Commit 9707edb9 by qwmqiuwenmin

fix

parent e91518b1
......@@ -90,7 +90,7 @@ public class LoginController extends WebBaseController{
public HaobanResponse login() {
LoginVO loginVO = new LoginVO();
StaffDTO staff = staffApiService.selectById("1");
StaffDTO staff = staffApiService.selectById("2205f92cdb5f468cb996e91dded414c2");
logger.info("【好办登录】staff={}",JSON.toJSONString(staff));
loginVO.setWxEnterpriseId(staff.getWxEnterpriseId());
loginVO.setStaffDTO(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