认证清单-流程状态下拉选
This commit is contained in:
+5
@@ -1805,6 +1805,10 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
|||||||
for (CertificationInventoryFlowStatusEnum value : values) {
|
for (CertificationInventoryFlowStatusEnum value : values) {
|
||||||
Map<String,Object> flowStatusMap = new HashMap<>();
|
Map<String,Object> flowStatusMap = new HashMap<>();
|
||||||
String name = value.getCnName();
|
String name = value.getCnName();
|
||||||
|
if(!CertificationInventoryFlowStatusEnum.LIST_TO_BE_RELEASED.getCnName().equals(name)
|
||||||
|
&& !CertificationInventoryFlowStatusEnum.LIST_TO_BE_RELEASED.getEnName().equals(name)
|
||||||
|
&& !CertificationInventoryFlowStatusEnum.CERTIFICATION_RETURNED.getCnName().equals(name)
|
||||||
|
&& !CertificationInventoryFlowStatusEnum.CERTIFICATION_RETURNED.getEnName().equals(name)){
|
||||||
if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
if(StringUtils.equals(cut,CutEnum.EN.getValue())){
|
||||||
name = value.getEnName();
|
name = value.getEnName();
|
||||||
}
|
}
|
||||||
@@ -1812,6 +1816,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
|||||||
flowStatusMap.put("value",value.getValue());
|
flowStatusMap.put("value",value.getValue());
|
||||||
result.add(flowStatusMap);
|
result.add(flowStatusMap);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return Result.OK(result);
|
return Result.OK(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user