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

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

修改 添加 orderlist方法

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