main
黄海 10 months ago
parent 50b3c6a900
commit 6010043f33

@ -33,7 +33,7 @@ public class LoginPersonController extends Controller {
String bureau_id = jo.getString("bureau_id");
String person_name = jo.getString("person_name");
if (forVue == 0) {
if (identity_id <= 0 || identity_id >= 4) {
if (identity_id <= 0 || identity_id > 4) {
renderJson(RetKit.renderFail("基础支撑平台只能是管理员登录访问,您的账号不是管理员!"));
return;
}

Loading…
Cancel
Save