|
|
@ -49,8 +49,7 @@ public class MtFactoryDataServiceImpl implements IMtFactoryDataService { |
|
|
|
private final IMtFactoryOrderService mtFactoryOrderService; |
|
|
|
private final IMtFactoryOrderService mtFactoryOrderService; |
|
|
|
|
|
|
|
|
|
|
|
private final IMtPackageInfoService mtPackageInfoService; |
|
|
|
private final IMtPackageInfoService mtPackageInfoService; |
|
|
|
private final IAdvanceDetailClient advanceDetailClient; |
|
|
|
|
|
|
|
private final IWarehouseClient warehouseClient; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private final BladeRedis bladeRedis; |
|
|
|
private final BladeRedis bladeRedis; |
|
|
|
|
|
|
|
|
|
|
@ -124,7 +123,7 @@ public class MtFactoryDataServiceImpl implements IMtFactoryDataService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//判断是否有新的包件
|
|
|
|
//判断是否有新的包件
|
|
|
|
if (packageInfos.size() == 0) { |
|
|
|
if (packageInfos.isEmpty()) { |
|
|
|
//如果没有新增包件就直接下一条数据
|
|
|
|
//如果没有新增包件就直接下一条数据
|
|
|
|
log.info("##################dealWithData: 没有新增包件,所以当前数据不保存 invoiceOrderCode={}", invoiceOrderCode); |
|
|
|
log.info("##################dealWithData: 没有新增包件,所以当前数据不保存 invoiceOrderCode={}", invoiceOrderCode); |
|
|
|
continue; |
|
|
|
continue; |
|
|
|