Browse Source

uspa登录菜單根code修改

wangchao 4 years ago
parent
commit
2e3dc1f1fb

+ 1 - 1
location-rescue-service/src/main/java/com/ai/bss/location/rescue/service/impl/LoginServiceImpl.java

@ -70,7 +70,7 @@ public class LoginServiceImpl implements LoginService {
70 70
71 71
        try {
72 72
            HashMap<String, Object> paramsMap = new HashMap<>();
73
            paramsMap.put("root_module","00000004");
73
            paramsMap.put("root_module","0002");
74 74
            paramsMap.put("userCode",user.getUserCode());
75 75
76 76
            Map<String, String> headerMap=new HashMap<>();