|
|
@ -376,7 +376,7 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService { |
|
|
|
if (Objects.isNull(distributionStockArticleEntity)) { |
|
|
|
if (Objects.isNull(distributionStockArticleEntity)) { |
|
|
|
Date date = new Date(); |
|
|
|
Date date = new Date(); |
|
|
|
if(StringUtil.isNoneBlank(operationTime)){ |
|
|
|
if(StringUtil.isNoneBlank(operationTime)){ |
|
|
|
date = CommonUtil.StringToDateByT(operationTime); |
|
|
|
date = CommonUtil.StringToDate(operationTime); |
|
|
|
} |
|
|
|
} |
|
|
|
logger.info("#################handleDataToPlatform.waybillNoNum: {}", waybillNoNum); |
|
|
|
logger.info("#################handleDataToPlatform.waybillNoNum: {}", waybillNoNum); |
|
|
|
|
|
|
|
|
|
|
@ -606,7 +606,7 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService { |
|
|
|
//进销售
|
|
|
|
//进销售
|
|
|
|
entity.setDealerCode(distributionStockArticleEntity.getDealerCode()); |
|
|
|
entity.setDealerCode(distributionStockArticleEntity.getDealerCode()); |
|
|
|
entity.setDealerName(distributionStockArticleEntity.getDealerName()); |
|
|
|
entity.setDealerName(distributionStockArticleEntity.getDealerName()); |
|
|
|
|
|
|
|
entity.setWarehouseEntryTimeEnd(distributionStockArticleEntity.getWarehouseEntryTime()); |
|
|
|
|
|
|
|
|
|
|
|
// 绑定部门--仓库
|
|
|
|
// 绑定部门--仓库
|
|
|
|
if (!Objects.isNull(basicdataWarehouseEntity)) { |
|
|
|
if (!Objects.isNull(basicdataWarehouseEntity)) { |
|
|
|