|
|
|
@ -34,7 +34,6 @@ import com.glxp.api.req.sync.SpsSyncDataRequest;
|
|
|
|
|
import com.glxp.api.req.sync.SyncUpLoadRequest;
|
|
|
|
|
import com.glxp.api.res.sync.*;
|
|
|
|
|
import com.glxp.api.service.auth.InvWarehouseService;
|
|
|
|
|
import com.glxp.api.service.basic.IBasicBusTypeChangeService;
|
|
|
|
|
import com.glxp.api.service.basic.IBasicBussinessTypeService;
|
|
|
|
|
import com.glxp.api.service.inout.IoAddInoutService;
|
|
|
|
|
import com.glxp.api.service.inout.IoCheckInoutService;
|
|
|
|
@ -432,34 +431,34 @@ public class SpsSyncDownloadController {
|
|
|
|
|
private void saveUploadSysSettingData(SpsSyncSysSettingResponse bean) {
|
|
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSystemParamConfigEntities())) {
|
|
|
|
|
systemParamConfigDao.replaceBatch(bean.getSystemParamConfigEntities());
|
|
|
|
|
systemParamConfigDao.replaceBatchs(bean.getSystemParamConfigEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getEntrustReceEntities())) {
|
|
|
|
|
entrustReceDao.replaceBatch(bean.getEntrustReceEntities());
|
|
|
|
|
entrustReceDao.replaceBatchs(bean.getEntrustReceEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSystemPDFModuleEntities())) {
|
|
|
|
|
systemPDFModuleDao.replaceBatch(bean.getSystemPDFModuleEntities());
|
|
|
|
|
systemPDFModuleDao.replaceBatchs(bean.getSystemPDFModuleEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSystemPDFTemplateEntities())) {
|
|
|
|
|
systemPDFTemplateDao.replaceBatch(bean.getSystemPDFTemplateEntities());
|
|
|
|
|
systemPDFTemplateDao.replaceBatchs(bean.getSystemPDFTemplateEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSysPdfTemplateRelevanceCodeEntities())) {
|
|
|
|
|
sysPdfTemplateRelevanceCodeDao.replaceBatch(bean.getSysPdfTemplateRelevanceCodeEntities());
|
|
|
|
|
sysPdfTemplateRelevanceCodeDao.replaceBatchs(bean.getSysPdfTemplateRelevanceCodeEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSysPdfTemplateRelevanceBizEntities())) {
|
|
|
|
|
sysPdfTemplateRelevanceBizDao.replaceBatch(bean.getSysPdfTemplateRelevanceBizEntities());
|
|
|
|
|
sysPdfTemplateRelevanceBizDao.replaceBatchs(bean.getSysPdfTemplateRelevanceBizEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSysPdfTemplateRelevanceLabelEntities())) {
|
|
|
|
|
sysPdfTemplateRelevanceLabelDao.replaceBatch(bean.getSysPdfTemplateRelevanceLabelEntities());
|
|
|
|
|
sysPdfTemplateRelevanceLabelDao.replaceBatchs(bean.getSysPdfTemplateRelevanceLabelEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSysPdfTemplateRelevanceStatemenEntities())) {
|
|
|
|
|
sysPdfTemplateRelevanceStatemenDao.replaceBatch(bean.getSysPdfTemplateRelevanceStatemenEntities());
|
|
|
|
|
sysPdfTemplateRelevanceStatemenDao.replaceBatchs(bean.getSysPdfTemplateRelevanceStatemenEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getBasicBusTypePreEntities())) {
|
|
|
|
|
basicBusTypePreDao.replaceBatch(bean.getBasicBusTypePreEntities());
|
|
|
|
|
basicBusTypePreDao.replaceBatchs(bean.getBasicBusTypePreEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getBasicBusTypeChangeEntities())) {
|
|
|
|
|
basicBusTypeChangeDao.replaceBatch(bean.getBasicBusTypeChangeEntities());
|
|
|
|
|
basicBusTypeChangeDao.replaceBatchs(bean.getBasicBusTypeChangeEntities());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -473,44 +472,44 @@ public class SpsSyncDownloadController {
|
|
|
|
|
private void saveUploadThrData(SpsSyncThrDataResponse bean) {
|
|
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getDeptEntities())) {
|
|
|
|
|
thrDeptDao.replaceBatch(bean.getDeptEntities());
|
|
|
|
|
thrDeptDao.replaceBatchs(bean.getDeptEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getInvWarehouseEntities())) {
|
|
|
|
|
thrInvWarehouseDao.replaceBatch(bean.getInvWarehouseEntities());
|
|
|
|
|
thrInvWarehouseDao.replaceBatchs(bean.getInvWarehouseEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getProductsEntityList())) {
|
|
|
|
|
thrProductsDao.replaceBatch(bean.getProductsEntityList());
|
|
|
|
|
thrProductsDao.replaceBatchs(bean.getProductsEntityList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getCorpEntities())) {
|
|
|
|
|
thrCorpDao.replaceBatch(bean.getCorpEntities());
|
|
|
|
|
thrCorpDao.replaceBatchs(bean.getCorpEntities());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void saveUploadUserData(SpsSyncDataResponse bean) {
|
|
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getAuthAdminList())) {
|
|
|
|
|
authAdminDao.replaceBatch(bean.getAuthAdminList());
|
|
|
|
|
authAdminDao.replaceBatchs(bean.getAuthAdminList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getDeptEntityList())) {
|
|
|
|
|
deptDao.replaceBatch(bean.getDeptEntityList());
|
|
|
|
|
deptDao.replaceBatchs(bean.getDeptEntityList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getDeptUserEntities())) {
|
|
|
|
|
deptUserDao.replaceBatch(bean.getDeptUserEntities());
|
|
|
|
|
deptUserDao.replaceBatchs(bean.getDeptUserEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getInvWarehouseEntities())) {
|
|
|
|
|
invWarehouseDao.replaceBatch(bean.getInvWarehouseEntities());
|
|
|
|
|
invWarehouseDao.replaceBatchs(bean.getInvWarehouseEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getWarehouseUserEntities())) {
|
|
|
|
|
warehouseUserDao.replaceBatch(bean.getWarehouseUserEntities());
|
|
|
|
|
warehouseUserDao.replaceBatchs(bean.getWarehouseUserEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getWarehouseBussinessTypeEntities())) {
|
|
|
|
|
warehouseBussinessTypeDao.replaceBatch(bean.getWarehouseBussinessTypeEntities());
|
|
|
|
|
warehouseBussinessTypeDao.replaceBatchs(bean.getWarehouseBussinessTypeEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getInvSpaces())) {
|
|
|
|
|
invSpaceDao.replaceBatch(bean.getInvSpaces());
|
|
|
|
|
invSpaceDao.replaceBatchs(bean.getInvSpaces());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getInvBusUserEntities())) {
|
|
|
|
|
invBusUserDao.replaceBatch(bean.getInvBusUserEntities());
|
|
|
|
|
invBusUserDao.replaceBatchs(bean.getInvBusUserEntities());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -526,13 +525,13 @@ public class SpsSyncDownloadController {
|
|
|
|
|
*/
|
|
|
|
|
private void saveUploadDocumentTypeData(SpsSyncBusResponse bean) {
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getBussinessTypeEntities())) {
|
|
|
|
|
basicBussinessTypeDao.replaceBatch(bean.getBussinessTypeEntities());
|
|
|
|
|
basicBussinessTypeDao.replaceBatchs(bean.getBussinessTypeEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getBusTypeChangeEntities())) {
|
|
|
|
|
busTypeChangeDao.replaceBatch(bean.getBusTypeChangeEntities());
|
|
|
|
|
busTypeChangeDao.replaceBatchs(bean.getBusTypeChangeEntities());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getThrBusTypeOriginEntities())) {
|
|
|
|
|
thrBusTypeOriginDao.replaceBatch(bean.getThrBusTypeOriginEntities());
|
|
|
|
|
thrBusTypeOriginDao.replaceBatchs(bean.getThrBusTypeOriginEntities());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -547,10 +546,10 @@ public class SpsSyncDownloadController {
|
|
|
|
|
*/
|
|
|
|
|
private void saveUploadOtherData(SpsSyncOtherDataResponse bean) {
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getIoCodeLostList())) {
|
|
|
|
|
ioCodeLostMapper.replaceBatch(bean.getIoCodeLostList());
|
|
|
|
|
ioCodeLostMapper.replaceBatchs(bean.getIoCodeLostList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getIoCodeRelList())) {
|
|
|
|
|
ioCodeRelMapper.replaceBatch(bean.getIoCodeRelList());
|
|
|
|
|
ioCodeRelMapper.replaceBatchs(bean.getIoCodeRelList());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -573,34 +572,34 @@ public class SpsSyncDownloadController {
|
|
|
|
|
*/
|
|
|
|
|
private void saveUploadBasicData(SpsSyncBasicDataResponse bean) {
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getHospTypeList())) {
|
|
|
|
|
basicHospTypeDao.replaceBatch(bean.getHospTypeList());
|
|
|
|
|
basicHospTypeDao.replaceBatchs(bean.getHospTypeList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getUdiRelevanceList())) {
|
|
|
|
|
udiRelevanceDao.replaceBatch(bean.getUdiRelevanceList());
|
|
|
|
|
udiRelevanceDao.replaceBatchs(bean.getUdiRelevanceList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getProductsList())) {
|
|
|
|
|
basicProductsDao.replaceBatch(bean.getProductsList());
|
|
|
|
|
basicProductsDao.replaceBatchs(bean.getProductsList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getRelevanceList())) {
|
|
|
|
|
relevanceDao.replaceBatch(bean.getRelevanceList());
|
|
|
|
|
relevanceDao.replaceBatchs(bean.getRelevanceList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getCorpList())) {
|
|
|
|
|
corpDao.replaceBatch(bean.getCorpList());
|
|
|
|
|
corpDao.replaceBatchs(bean.getCorpList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSupCertList())) {
|
|
|
|
|
supCertDao.replaceBatch(bean.getSupCertList());
|
|
|
|
|
supCertDao.replaceBatchs(bean.getSupCertList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSupCertSetList())) {
|
|
|
|
|
supCertSetDao.replaceBatch(bean.getSupCertSetList());
|
|
|
|
|
supCertSetDao.replaceBatchs(bean.getSupCertSetList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSupCompanyList())) {
|
|
|
|
|
supCompanyDao.replaceBatch(bean.getSupCompanyList());
|
|
|
|
|
supCompanyDao.replaceBatchs(bean.getSupCompanyList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSupManufacturerList())) {
|
|
|
|
|
supManufacturerDao.replaceBatch(bean.getSupManufacturerList());
|
|
|
|
|
supManufacturerDao.replaceBatchs(bean.getSupManufacturerList());
|
|
|
|
|
}
|
|
|
|
|
if (CollectionUtil.isNotEmpty(bean.getSupProductList())) {
|
|
|
|
|
supProductDao.replaceBatch(bean.getSupProductList());
|
|
|
|
|
supProductDao.replaceBatchs(bean.getSupProductList());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|