Commit 578ae325 authored by hcing's avatar hcing

tcm:人员需求调整,省外检验检测机构使用单位安改维单位才有【检验检测机构区域负责人】

parent 1010d970
......@@ -2197,8 +2197,8 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
postDictCodeList.add(postCode); // 主岗位
}
}
// 删除操作 : 省外 使用单位/安改维单位 企业独有的【检验检测机构区域负责人】6667
Set<String> validUnitTypes = new HashSet<>(Arrays.asList("使用单位", "安装改造维修单位"));
// 删除操作 : 省外 使用单位/安改维单位/检验机构/检测机构 企业独有的【检验检测机构区域负责人】6667
Set<String> validUnitTypes = new HashSet<>(Arrays.asList("使用单位", "安装改造维修单位", "检验机构", "检测机构"));
if (shanXiFlag && validUnitTypes.contains(unitType)) {
postDictCodeList.remove("6667");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment