Commit 6717a736 authored by 韩桐桐's avatar 韩桐桐

fix(tcm):1,质量保证体系人员修改

parent 99246dde
......@@ -26,7 +26,7 @@ public enum UserPostEnum {
//质量保证体系人员(非字典表字段,后期修改code)
ZLBZTXRY("质量保证体系人员","nullnull","1,3,4"),
ZLBZTXRY("质量保证体系人员","6619","1,3,4"),
;
String name;
......
......@@ -109,7 +109,7 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
// 安全总监管理
menuMap.put("aqzj", Collections.singletonList("6547"));
// 质量保证体系人员管理
menuMap.put("zlbztxry", Arrays.asList("6551","6550"));
menuMap.put("zlbztxry", Collections.singletonList("6619"));
// 质量安全员管理
menuMap.put("zlaqy", Collections.singletonList("6551"));
// 质量安全总监管理
......
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