@ -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;
}