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

Commit b0c266a2 authored by 胡佳晨's avatar 胡佳晨

修改 添加 orderlist方法

parent 7b62ce43
...@@ -99,7 +99,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -99,7 +99,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
AdamRscPolymer01Vo userVo = null; AdamRscPolymer01Vo userVo = null;
if (noZhengzaiOrder(uid)) { if (noZhengzaiOrder(uid)) {
long time1 = System.currentTimeMillis(); long time1 = System.currentTimeMillis();
userVo = orderUtils.adamAddressEnterMember(uid, null, addressId); // userVo = orderUtils.adamAddressEnterMember(uid, null, addressId);
log.info("adam接口调用:" + (System.currentTimeMillis() - time1) + "秒"); log.info("adam接口调用:" + (System.currentTimeMillis() - time1) + "秒");
} }
AdamAddressesVo addressesVo = AdamAddressesVo.getNew(); AdamAddressesVo addressesVo = AdamAddressesVo.getNew();
...@@ -108,7 +108,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -108,7 +108,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
// if (noZhengzaiOrder(uid)) { // if (noZhengzaiOrder(uid)) {
// throw new Exception("库存不足"); // throw new Exception("库存不足");
// } else { // } else {
// isMember = false; isMember = false;
// addressesVo = null; // addressesVo = null;
// } // }
addressesVo.setName(""); addressesVo.setName("");
......
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