Commit 37baa2f5 by 徐高华

切换调整

parent 0a7c00e6
......@@ -299,7 +299,7 @@ public class LoginController extends WebBaseController {
ClerkDTO clerk = clerkService.getClerkByPhoneNumber(phoneNumber, enterpriseId);
if (clerk == null) {
logger.info("切换商户失败,gic账号不存在,eid={},phone={}", enterpriseId, phoneNumber);
this.fail("切换商户失败,gic账号不存在") ;
return this.fail("切换商户失败,gic账号不存在") ;
}
loginUser.setEnterpriseId(enterpriseId);
loginUser.setClerkId(clerk.getClerkId());
......
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