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