update
This commit is contained in:
+2
-2
@@ -376,7 +376,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
if(StringUtils.isEmpty(ids)){
|
if(StringUtils.isEmpty(ids)){
|
||||||
throw new JeroBootException("至少选择一条数据进行发布!");
|
throw new JeroBootException("至少选择一条数据进行发布!");
|
||||||
}
|
}
|
||||||
String endTime = json.getString("endTime");
|
// String endTime = json.getString("endTime");
|
||||||
String cut = json.getString("cut");
|
String cut = json.getString("cut");
|
||||||
|
|
||||||
List<String> idList = Arrays.asList(ids.split(","));
|
List<String> idList = Arrays.asList(ids.split(","));
|
||||||
@@ -404,7 +404,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
for (ProjectCertificationInventoryEO projectCertificationInventoryEO : projectCertificationInventoryEOList) {
|
for (ProjectCertificationInventoryEO projectCertificationInventoryEO : projectCertificationInventoryEOList) {
|
||||||
// 将数据的状态更新为:清单待校核,更新截止时间。等待认证工程师进行操作。
|
// 将数据的状态更新为:清单待校核,更新截止时间。等待认证工程师进行操作。
|
||||||
projectCertificationInventoryEO.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_CHECKED.getValue());
|
projectCertificationInventoryEO.setFlowStatus(CertificationInventoryFlowStatusEnum.LIST_TO_BE_CHECKED.getValue());
|
||||||
projectCertificationInventoryEO.setEndTime(DateUtils.str2Date(endTime,DateUtils.date_sdf.get()));
|
// projectCertificationInventoryEO.setEndTime(DateUtils.str2Date(endTime,DateUtils.date_sdf.get()));
|
||||||
}
|
}
|
||||||
|
|
||||||
String projectLibraryId = json.getString("projectLibraryId");
|
String projectLibraryId = json.getString("projectLibraryId");
|
||||||
|
|||||||
Reference in New Issue
Block a user