|
|
@@ -199,10 +199,10 @@ public class AuthServiceImpl implements IAuthService {
|
|
|
}
|
|
|
|
|
|
//校验平台标识码(专场)
|
|
|
- HttpResult result = checkSpecial(loginBase, enterprise);
|
|
|
- if (result.getCode() != HttpStatus.SUCCESS_CODE) {
|
|
|
- return result;
|
|
|
- }
|
|
|
+// HttpResult result = checkSpecial(loginBase, enterprise);
|
|
|
+// if (result.getCode() != HttpStatus.SUCCESS_CODE) {
|
|
|
+// return result;
|
|
|
+// }
|
|
|
}
|
|
|
if (enterprise != null && enterprise.getStatus() == Global.YES) {
|
|
|
return HttpResult.error(HttpStatus.QUERY_FAIL_CODE, "企业已冻结,如需帮助,请致电平台客服!");
|