|
|
|
@ -92,9 +92,9 @@ public class OuPaiFactoryServiceImpl implements IOuPaiFactoryService {
|
|
|
|
|
|
|
|
|
|
// 对返回i的数据进行处理 按照 发车单-->订单-->包件 完成保存
|
|
|
|
|
handleData(code); |
|
|
|
|
// if (ObjectUtils.isNotNull(code)) {
|
|
|
|
|
// asyncDataService.handlerOuPaiDataToHt(code);
|
|
|
|
|
// }
|
|
|
|
|
if (ObjectUtils.isNotNull(code)) { |
|
|
|
|
asyncDataService.handlerOuPaiDataToHt(code); |
|
|
|
|
} |
|
|
|
|
return code; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|