平台件详情-状态导出-认证活动管理Pre-Homo流程中状态由待确认改为待提交
This commit is contained in:
+4
-2
@@ -2854,14 +2854,16 @@ public class PlatformProjectLibraryBaseServiceImpl extends ServiceImpl<PlatformP
|
|||||||
"Pre-Homo";
|
"Pre-Homo";
|
||||||
String secondTitle = "责任领域(一级)," +
|
String secondTitle = "责任领域(一级)," +
|
||||||
"未发起,待确认,接受,拒绝,完成度," +
|
"未发起,待确认,接受,拒绝,完成度," +
|
||||||
"未发起,待确认,审查通过,审查退回,完成度";
|
"未发起,待提交,审查通过,审查退回,完成度";
|
||||||
|
// "未发起,待确认,审查通过,审查退回,完成度";
|
||||||
if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
||||||
sheetName = "Certification Activity Management";
|
sheetName = "Certification Activity Management";
|
||||||
firstTitle = "Authentication task confirmation," +
|
firstTitle = "Authentication task confirmation," +
|
||||||
"Pre-Homo";
|
"Pre-Homo";
|
||||||
secondTitle = "Area of responsibility (level 1)," +
|
secondTitle = "Area of responsibility (level 1)," +
|
||||||
"Not launched,To be confirmed,Accept,Refuse,Degree of completion," +
|
"Not launched,To be confirmed,Accept,Refuse,Degree of completion," +
|
||||||
"Not launched,To be confirmed,Review of the adoption,Review return,Degree of completion";
|
"Not launched,To submit,Review of the adoption,Review return,Degree of completion";
|
||||||
|
// "Not launched,To be confirmed,Review of the adoption,Review return,Degree of completion";
|
||||||
}
|
}
|
||||||
HSSFSheet sheet = workbook.createSheet(sheetName);
|
HSSFSheet sheet = workbook.createSheet(sheetName);
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -397,7 +397,7 @@ public class ProjectLibraryStatisticsServiceImpl implements IProjectLibraryStati
|
|||||||
notStartedMap.put("amount",notStartedCount);
|
notStartedMap.put("amount",notStartedCount);
|
||||||
notStartedMap.put("percentage",notStartedPercentageStr + percentSign);
|
notStartedMap.put("percentage",notStartedPercentageStr + percentSign);
|
||||||
|
|
||||||
// 待确认
|
// 待提交
|
||||||
List<ProjectCertificationInventoryEO> toConfirmPciEoList = datas.stream().filter(data -> {
|
List<ProjectCertificationInventoryEO> toConfirmPciEoList = datas.stream().filter(data -> {
|
||||||
boolean flag = (
|
boolean flag = (
|
||||||
StringUtils.equals(data.getFlowStatus(),CertificationInventoryFlowStatusEnum.RESULTS_TO_BE_SUBMITTED.getValue())
|
StringUtils.equals(data.getFlowStatus(),CertificationInventoryFlowStatusEnum.RESULTS_TO_BE_SUBMITTED.getValue())
|
||||||
|
|||||||
Reference in New Issue
Block a user