update
This commit is contained in:
+6
-6
@@ -543,29 +543,29 @@ public class ProjectTaskInventoryEOServiceImpl extends ServiceImpl<ProjectTaskIn
|
|||||||
public void disposeData(List<ProjectTaskInventoryEO> result,String cut){
|
public void disposeData(List<ProjectTaskInventoryEO> result,String cut){
|
||||||
if(CollectionUtils.isNotEmpty(result)){
|
if(CollectionUtils.isNotEmpty(result)){
|
||||||
for (ProjectTaskInventoryEO projectTaskInventoryEO : result) {
|
for (ProjectTaskInventoryEO projectTaskInventoryEO : result) {
|
||||||
/*if(StringUtils.isNotEmpty(projectTaskInventoryEO.getDesignStatus())){
|
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getDesignStatus())){
|
||||||
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getDesignStatus(), cut);
|
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getDesignStatus(), cut);
|
||||||
projectTaskInventoryEO.setDesignStatus(textByValue);
|
projectTaskInventoryEO.setDesignStatus(textByValue);
|
||||||
}
|
}
|
||||||
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getDesignFlowTaskStatus())){
|
/*if(StringUtils.isNotEmpty(projectTaskInventoryEO.getDesignFlowTaskStatus())){
|
||||||
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getDesignFlowTaskStatus(), cut);
|
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getDesignFlowTaskStatus(), cut);
|
||||||
projectTaskInventoryEO.setDesignFlowTaskStatus(textByValue);
|
projectTaskInventoryEO.setDesignFlowTaskStatus(textByValue);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getPrehomoStatus())){
|
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getPrehomoStatus())){
|
||||||
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getPrehomoStatus(), cut);
|
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getPrehomoStatus(), cut);
|
||||||
projectTaskInventoryEO.setPrehomoStatus(textByValue);
|
projectTaskInventoryEO.setPrehomoStatus(textByValue);
|
||||||
}
|
}
|
||||||
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getPrehomoFlowTaskStatus())){
|
/*if(StringUtils.isNotEmpty(projectTaskInventoryEO.getPrehomoFlowTaskStatus())){
|
||||||
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getPrehomoFlowTaskStatus(), cut);
|
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getPrehomoFlowTaskStatus(), cut);
|
||||||
projectTaskInventoryEO.setPrehomoFlowTaskStatus(textByValue);
|
projectTaskInventoryEO.setPrehomoFlowTaskStatus(textByValue);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getVerifyStatus())){
|
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getVerifyStatus())){
|
||||||
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getVerifyStatus(), cut);
|
String textByValue = DesignComplianceStatusEnum.getTextByValue(projectTaskInventoryEO.getVerifyStatus(), cut);
|
||||||
projectTaskInventoryEO.setVerifyStatus(textByValue);
|
projectTaskInventoryEO.setVerifyStatus(textByValue);
|
||||||
}
|
}
|
||||||
if(StringUtils.isNotEmpty(projectTaskInventoryEO.getVerifyFlowTaskStatus())){
|
/*if(StringUtils.isNotEmpty(projectTaskInventoryEO.getVerifyFlowTaskStatus())){
|
||||||
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getVerifyFlowTaskStatus(), cut);
|
String textByValue = ReviewResultEnum.getTextByValue(projectTaskInventoryEO.getVerifyFlowTaskStatus(), cut);
|
||||||
projectTaskInventoryEO.setVerifyFlowTaskStatus(textByValue);
|
projectTaskInventoryEO.setVerifyFlowTaskStatus(textByValue);
|
||||||
}*/
|
}*/
|
||||||
|
|||||||
Reference in New Issue
Block a user