Merge remote-tracking branch 'origin/dev_20230912_Platform' into dev_20230912_Platform

This commit is contained in:
zyx.net
2023-09-19 11:13:43 +08:00
2 changed files with 4 additions and 0 deletions
@@ -4390,6 +4390,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
}
String configItem = json.getString("configItem");
String sdt = json.getString("sdt");//工程接口人
if(StringUtils.isEmpty(ids)){
throw new JeroBootException("请选择一个配置!");
}
@@ -4398,6 +4399,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
certificationInventoryEO.setConfigItem(configItem);
certificationInventoryEO.setSdt(sdt);
});
this.updateBatchById(projectCertificationInventoryEOList);
@@ -4199,6 +4199,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
}
String configItem = json.getString("configItem");
String sdt = json.getString("sdt");//工程接口人
if(StringUtils.isEmpty(ids)){
throw new JeroBootException("请选择一个配置!");
}
@@ -4207,6 +4208,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
certificationInventoryEO.setConfigItem(configItem);
certificationInventoryEO.setSdt(sdt);
});
this.updateBatchById(projectCertificationInventoryEOList);