update 标准征求意见流程
This commit is contained in:
+12
-12
@@ -410,18 +410,18 @@ public class ProcessFbStandardConsultationServiceImpl extends ServiceImpl<Proces
|
||||
}
|
||||
|
||||
consultationLists.forEach(consultation -> {
|
||||
switch (consultation.getIsAdopt()) {
|
||||
case "1":
|
||||
consultation.setIsAdopt_dictText("采纳");
|
||||
break;
|
||||
case "2":
|
||||
consultation.setIsAdopt_dictText("部分采纳");
|
||||
break;
|
||||
case "3":
|
||||
consultation.setIsAdopt_dictText("不采纳");
|
||||
break;
|
||||
default:
|
||||
consultation.setIsAdopt_dictText("");
|
||||
if (StringUtils.isNotBlank(consultation.getIsAdopt())) {
|
||||
switch (consultation.getIsAdopt()) {
|
||||
case "1":
|
||||
consultation.setIsAdopt_dictText("采纳");
|
||||
break;
|
||||
case "2":
|
||||
consultation.setIsAdopt_dictText("部分采纳");
|
||||
break;
|
||||
case "3":
|
||||
consultation.setIsAdopt_dictText("不采纳");
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user