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

Commit 1aaad0fe authored by 胡佳晨's avatar 胡佳晨

admin 正在下单 和 商品关联接口 待测

goblin 活动添加 商品sku 待测
goblin 正在下单 未测
parent e3771ce7
...@@ -87,7 +87,7 @@ public class GoblinStorePurchasingServiceImpl implements IGoblinStorePurchasingS ...@@ -87,7 +87,7 @@ public class GoblinStorePurchasingServiceImpl implements IGoblinStorePurchasingS
bean.setType(2); bean.setType(2);
bean.setStatus(0); bean.setStatus(0);
bean.setStoreId(storeId); bean.setStoreId(storeId);
bean.setDesc(""); bean.setDescribes("");
bean.setStartTime(LocalDateTime.parse(st, DTF_YMD_HMS)); bean.setStartTime(LocalDateTime.parse(st, DTF_YMD_HMS));
bean.setEndTime(LocalDateTime.parse(et, DTF_YMD_HMS)); bean.setEndTime(LocalDateTime.parse(et, DTF_YMD_HMS));
bean.setDelFlag(0); bean.setDelFlag(0);
...@@ -118,7 +118,7 @@ public class GoblinStorePurchasingServiceImpl implements IGoblinStorePurchasingS ...@@ -118,7 +118,7 @@ public class GoblinStorePurchasingServiceImpl implements IGoblinStorePurchasingS
bean.setType(2); bean.setType(2);
bean.setStatus(0); bean.setStatus(0);
bean.setStoreId(storeId); bean.setStoreId(storeId);
bean.setDesc(""); bean.setDescribes("");
bean.setStartTime(LocalDateTime.parse(st, DTF_YMD_HMS)); bean.setStartTime(LocalDateTime.parse(st, DTF_YMD_HMS));
bean.setEndTime(LocalDateTime.parse(et, DTF_YMD_HMS)); bean.setEndTime(LocalDateTime.parse(et, DTF_YMD_HMS));
bean.setDelFlag(0); bean.setDelFlag(0);
......
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