记得上下班打卡 | git大法好,push需谨慎

Commit 50de8c27 authored by wanglele's avatar wanglele

批量空投

parent 8e6b7488
......@@ -266,7 +266,7 @@ public class GoblinNftExSkuServiceImpl implements IGoblinNftExSkuService {
mapMap.put("1", objectMap);
Map<String, Object> objectMap1 = new HashMap<>();
objectMap1.put("hitRatio", 20);
objectMap1.put("stock", 10);
objectMap1.put("stock", 100);
mapMap.put("2", objectMap1);
Map<String, Object> objectMap2 = new HashMap<>();
objectMap2.put("hitRatio", 20);
......@@ -378,7 +378,7 @@ public class GoblinNftExSkuServiceImpl implements IGoblinNftExSkuService {
&& info.getShelvesStatus().equals("3")
// && (info.getSkuAppear() == null || info.getSkuAppear().equals("0"))
&& info.getDelFlg().equals("0")
&& info.getSkuCanbuy().equals(1)) {
&& info.getSkuCanbuy().equals("1")) {
return true;
} else {
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment