fix: 81708 企标更改流程--修改单编号的单位代码获取没有判断禁用状态
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ public class ProcessESChangeEndListener implements ExecutionListener {
|
||||
SysDepart dept = sysDepartService.getById(deptId);
|
||||
if (dept != null) {
|
||||
String deptName = dept.getDepartName();
|
||||
List<DictModel> dictItems = dictService.getDictItems("es_modify_order_dept_code");
|
||||
List<DictModel> dictItems = dictService.queryEnableDictItemsByCode("es_modify_order_dept_code");
|
||||
for (DictModel dictItem : dictItems) {
|
||||
if (dictItem.getText().equals(deptName)) {
|
||||
deptCode = dictItem.getValue();
|
||||
|
||||
Reference in New Issue
Block a user