Commit 8e529279 authored by hcing's avatar hcing

feat(tcm): 省内外使用单位和安改维单位的人员类型调整

parent e4e371dd
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"6552": [], "6552": [],
"66151": [], "66151": [],
"66152": [], "66152": [],
"66153": [], "6667": [],
"6546": [], "6546": [],
"6548": [], "6548": [],
"6550": [], "6550": [],
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
"6549": [], "6549": [],
"66151": [], "66151": [],
"66152": [], "66152": [],
"66153": [] "6667": []
}, },
"个人主体": { "个人主体": {
"6552": ["6713"], "6552": ["6713"],
......
...@@ -2233,10 +2233,10 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI ...@@ -2233,10 +2233,10 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
allPostUnderTheUnit.putIfAbsent(postCode, subPostCode); allPostUnderTheUnit.putIfAbsent(postCode, subPostCode);
} }
} }
// 删除操作 : 省外 使用单位/安改维单位 企业独有的【检验检测机构区域负责人】66153 // 删除操作 : 省外 使用单位/安改维单位 企业独有的【检验检测机构区域负责人】6667
Set<String> validUnitTypes = new HashSet<>(Arrays.asList("使用单位", "安装改造维修单位")); Set<String> validUnitTypes = new HashSet<>(Arrays.asList("使用单位", "安装改造维修单位"));
if (shanXiFlag && validUnitTypes.contains(unitType)) { if (shanXiFlag && validUnitTypes.contains(unitType)) {
allPostUnderTheUnit.remove("66153"); allPostUnderTheUnit.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