菠萝派产品发货修改
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | @@ -40,7 +40,7 @@ public class PineappleSendBizServiceImpl extends AbstractBizService<PineappleSen | ... | @@ -40,7 +40,7 @@ public class PineappleSendBizServiceImpl extends AbstractBizService<PineappleSen |
40 | redisMysqlDbConfig = String.format(AppConstants.REDIS_DB_TYPE, AppConstants.INTEGRALMALL_ORDER_DATABASE, dataBaseModule.intValue()); | 40 | redisMysqlDbConfig = String.format(AppConstants.REDIS_DB_TYPE, AppConstants.INTEGRALMALL_ORDER_DATABASE, dataBaseModule.intValue()); |
41 | params.put("doingOrderTable","im_doing_order_" + tableIndex); | 41 | params.put("doingOrderTable","im_doing_order_" + tableIndex); |
42 | params.put("orderCode",callRequest.getBizModel().getPlatOrderNo()); | 42 | params.put("orderCode",callRequest.getBizModel().getPlatOrderNo()); |
43 | params.put("supplierId",""); | 43 | params.put("supplierId",callRequest.getSupplier().getId()); |
44 | if(!StringUtil.isNull(callRequest.getBizModel().getLogisticNo())){ | 44 | if(!StringUtil.isNull(callRequest.getBizModel().getLogisticNo())){ |
45 | params.put("expressCode",callRequest.getBizModel().getLogisticNo()); | 45 | params.put("expressCode",callRequest.getBizModel().getLogisticNo()); |
46 | } | 46 | } | ... | ... |
-
请 注册 或 登录 后发表评论