认证清单-修改配置(工程接口人)
This commit is contained in:
+2
@@ -4390,6 +4390,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
|||||||
}
|
}
|
||||||
|
|
||||||
String configItem = json.getString("configItem");
|
String configItem = json.getString("configItem");
|
||||||
|
String sdt = json.getString("sdt");//工程接口人
|
||||||
if(StringUtils.isEmpty(ids)){
|
if(StringUtils.isEmpty(ids)){
|
||||||
throw new JeroBootException("请选择一个配置!");
|
throw new JeroBootException("请选择一个配置!");
|
||||||
}
|
}
|
||||||
@@ -4398,6 +4399,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
|||||||
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
|
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
|
||||||
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
|
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
|
||||||
certificationInventoryEO.setConfigItem(configItem);
|
certificationInventoryEO.setConfigItem(configItem);
|
||||||
|
certificationInventoryEO.setSdt(sdt);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.updateBatchById(projectCertificationInventoryEOList);
|
this.updateBatchById(projectCertificationInventoryEOList);
|
||||||
|
|||||||
+2
@@ -4199,6 +4199,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
}
|
}
|
||||||
|
|
||||||
String configItem = json.getString("configItem");
|
String configItem = json.getString("configItem");
|
||||||
|
String sdt = json.getString("sdt");//工程接口人
|
||||||
if(StringUtils.isEmpty(ids)){
|
if(StringUtils.isEmpty(ids)){
|
||||||
throw new JeroBootException("请选择一个配置!");
|
throw new JeroBootException("请选择一个配置!");
|
||||||
}
|
}
|
||||||
@@ -4207,6 +4208,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
|
List<ProjectCertificationInventoryEO> projectCertificationInventoryEOList = this.list(queryWrap);
|
||||||
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
|
projectCertificationInventoryEOList.forEach(certificationInventoryEO -> {
|
||||||
certificationInventoryEO.setConfigItem(configItem);
|
certificationInventoryEO.setConfigItem(configItem);
|
||||||
|
certificationInventoryEO.setSdt(sdt);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.updateBatchById(projectCertificationInventoryEOList);
|
this.updateBatchById(projectCertificationInventoryEOList);
|
||||||
|
|||||||
Reference in New Issue
Block a user