Commit c622bcf3 by ping.wu

Merge branches 'feature/20210618_优惠总金额回滚_wuping' and 'master' of…

Merge branches 'feature/20210618_优惠总金额回滚_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents b348df06 acfc36f4
......@@ -290,7 +290,7 @@ public class ShoppingCartController {
for (String sessionId : request.getSessionIds()){
AssortmentCustomerInfoVo assortmentCustomerInfoVo = assortmentCustomerInfoManager.getCustomerInfoByObject(sessionId);
cartParamDto.setUserId(assortmentCustomerInfoVo.getMemberId());
shoppingCartService.setCartGoodsListTest(cartParamDto, LogThreadLocal.getTrackingNo(),60, TimeUnit.MINUTES);
shoppingCartService.setCartGoodsListTest(cartParamDto, LogThreadLocal.getTrackingNo(),24, TimeUnit.HOURS);
}
return new BaseResponse("1","100","");
}
......
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