Commit e124a6e8 by 周晓航

微商城历史bug修复

parent aa82c155
......@@ -175,7 +175,9 @@ public class MallOrderServiceImpl implements MallOrderService {
checkMallOrder.checkOrderByDelivery(createOrderVo, userLoginInfoDto, storeResponseDto, shoppingCartGoodsDto.getTotalAmount(), trackingNo);
OrderExtInfoDto extInfo = this.getExtInfo(userLoginInfoDto, storeResponseDto, createOrderVo);
BaseResponse response = this.createOrderFlow(createOrderVo, storeResponseDto, shoppingCartGoodsDto, userLoginInfoDto, extInfo);
if (!Objects.equals(response.getCode(), ResponseResult.SUCCESS.getCode())) {
return response;
}
//组装支付公共方法参数
CreateOrderOperateDto createOrderOperateDto = (CreateOrderOperateDto) response.getResult();
createOrderBO.setExtInfo(extInfo);
......
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