|
|
|
@ -214,26 +214,38 @@ public class HeartService {
|
|
|
|
|
basicExportStatusEntity3.setEndTime(new Date());
|
|
|
|
|
basicExportTimeService.insertExportStatus(basicExportStatusTimeEntity);
|
|
|
|
|
String logs = "";
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getInvWarehouseEntities()))
|
|
|
|
|
logs = logs + "仓库字典:" + syncDataResponse.getInvWarehouseEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getInvSubWarehouseEntities()))
|
|
|
|
|
logs = logs + "分库信息:" + syncDataResponse.getInvSubWarehouseEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getWarehouseUserEntities())) {
|
|
|
|
|
logs = logs + "仓库用户信息:" + syncDataResponse.getWarehouseUserEntities().size() + "条\n";
|
|
|
|
|
}
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getWarehouseBussinessTypeEntities())) {
|
|
|
|
|
logs = logs + "仓库单据类型:" + syncDataResponse.getWarehouseBussinessTypeEntities().size() + "条\n";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getUdiRelevanceEntities()))
|
|
|
|
|
logs = logs + "耗材字典:" + syncDataResponse.getUdiRelevanceEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getUdiInfoEntities())) {
|
|
|
|
|
logs = logs + "产品信息:" + syncDataResponse.getUdiInfoEntities().size() + "条\n";
|
|
|
|
|
}
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getBasicUnitMaintainEntities()))
|
|
|
|
|
logs = logs + "往来单位:" + syncDataResponse.getBasicUnitMaintainEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getCompanyProductRelevanceEntities()))
|
|
|
|
|
logs = logs + "供应商关联产品信息:" + syncDataResponse.getCompanyProductRelevanceEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getInvWarehouseEntities()))
|
|
|
|
|
logs = logs + "仓库字典:" + syncDataResponse.getInvWarehouseEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getInvSubWarehouseEntities()))
|
|
|
|
|
logs = logs + "分库信息:" + syncDataResponse.getInvSubWarehouseEntities().size() + "条\n";
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrInvWarehouseEntities()))
|
|
|
|
|
logs = logs + "第三方仓库字典:" + syncDataResponse.getThrInvWarehouseEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrSubInvWarehouseEntities()))
|
|
|
|
|
logs = logs + "第三方仓库分库字典:" + syncDataResponse.getThrSubInvWarehouseEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrOrderEntities()))
|
|
|
|
|
logs = logs + "第三方业务单据:" + syncDataResponse.getThrOrderEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrProductsEntities()))
|
|
|
|
|
logs = logs + "第三方产品信息:" + syncDataResponse.getThrProductsEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrCorpEntities()))
|
|
|
|
|
logs = logs + "第三方往来单位:" + syncDataResponse.getThrCorpEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getThrOrderEntities()))
|
|
|
|
|
logs = logs + "第三方业务单据:" + syncDataResponse.getThrOrderEntities().size() + "条\n";
|
|
|
|
|
if (CollUtil.isNotEmpty(syncDataResponse.getAuthAdminList()))
|
|
|
|
|
logs = logs + "系统用户信息:" + syncDataResponse.getAuthAdminList().size() + "条\n";
|
|
|
|
|
basicExportStatusEntity3.setRemark(logs);
|
|
|
|
|