update
This commit is contained in:
+4
-1
@@ -804,6 +804,9 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
// projectCertificationInventoryEO.setEndTime(DateUtils.str2Date(endTime,DateUtils.date_sdf.get()));
|
// projectCertificationInventoryEO.setEndTime(DateUtils.str2Date(endTime,DateUtils.date_sdf.get()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.certificationInventoryEOListSortByEndTimeAsc(projectCertificationInventoryEOList);
|
||||||
|
Date endTime = projectCertificationInventoryEOList.get(0).getEndTime();
|
||||||
|
|
||||||
String projectLibraryId = json.getString("projectLibraryId");
|
String projectLibraryId = json.getString("projectLibraryId");
|
||||||
// 获取项目信息,获取认证工程师,给认证工程师分配待办任务
|
// 获取项目信息,获取认证工程师,给认证工程师分配待办任务
|
||||||
ProjectLibraryBase projectLibraryBase = this.projectLibraryBaseService.selectById(projectLibraryId);
|
ProjectLibraryBase projectLibraryBase = this.projectLibraryBaseService.selectById(projectLibraryId);
|
||||||
@@ -866,7 +869,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
templateVariableMap.put("projectNameCn",PRN_CN);
|
templateVariableMap.put("projectNameCn",PRN_CN);
|
||||||
templateVariableMap.put("projectNameEn",PRN_EN);
|
templateVariableMap.put("projectNameEn",PRN_EN);
|
||||||
templateVariableMap.put("Initiator",projectLibraryBase.getStudioEngineerName());
|
templateVariableMap.put("Initiator",projectLibraryBase.getStudioEngineerName());
|
||||||
templateVariableMap.put("endTime","");
|
templateVariableMap.put("endTime",DateUtils.formatDate(endTime));
|
||||||
templateVariableMap.put("viewBtnUrlCn",hrefFeishu_CN);
|
templateVariableMap.put("viewBtnUrlCn",hrefFeishu_CN);
|
||||||
templateVariableMap.put("viewBtnUrlEn",hrefFeishu_EN);
|
templateVariableMap.put("viewBtnUrlEn",hrefFeishu_EN);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user