Commit 5772f01b by fudahua

gic跳转登录

parent 644030f3
...@@ -160,7 +160,6 @@ public class LoginController extends WebBaseController{ ...@@ -160,7 +160,6 @@ public class LoginController extends WebBaseController{
ModelAndView model = new ModelAndView(new RedirectView("/haoban-3/#/gic-error", false)); ModelAndView model = new ModelAndView(new RedirectView("/haoban-3/#/gic-error", false));
return model; return model;
} }
SecureUtil.aes()
//TODO 获取超级管理员账号接口 //TODO 获取超级管理员账号接口
StaffDTO staff = staffApiService.selectByNationcodeAndPhoneNumber(detailDTO.getWxEnterpriseId(), "86", loginPhoneNumber); StaffDTO staff = staffApiService.selectByNationcodeAndPhoneNumber(detailDTO.getWxEnterpriseId(), "86", loginPhoneNumber);
if (null == staff) { if (null == staff) {
......
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