Commit b5b7ff5e by 徐康

餐具商品bug修复

parent dc2c5a04
......@@ -33,6 +33,7 @@ import cn.freemud.service.thirdparty.CustomerApplicationClient;
import cn.freemud.utils.BeanUtil;
import cn.freemud.service.thirdparty.ProductClient;
import cn.freemud.utils.ResponseUtil;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.freemud.application.sdk.api.base.SDKCommonBaseContextWare;
......@@ -1419,12 +1420,14 @@ public class ShoppingCartMCoffeeServiceImpl {
if(i != size-1) {
allCartGoodsList.remove(i);
allCartGoodsList.add(cartGoods);
i--;
break;
}
}
}
}
log.info(JSON.toJSONString(allCartGoodsList));
return allCartGoodsList;
}
......
......@@ -21,7 +21,4 @@ management.endpoints.web.exposure.include=prometheus,info,health,shutdown
management.metrics.tags.application=${spring.application.name}
management.endpoint.shutdown.enabled=true
management.security.enabled=false
management.health.rabbit.enabled=false
mccafe.tableware.skuId=12345
\ No newline at end of file
management.health.rabbit.enabled=false
\ No newline at end of file
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