186ad9b8 刘嘉

菠萝派产品发货修改

1 个父辈 7de8ece8
...@@ -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 }
......