Commit 0a9410e3 authored by 赵啸非's avatar 赵啸非

添加员工钉钉同步userId

parent 217beb63
......@@ -142,6 +142,8 @@ public class ApiLoginController extends BaseJsonBodyController {
ret.put(KEY_RESULT_CODE, VALUE_RESULT_SUCCESS);
ret.put(KEY_RESULT_MSG, "用户登录系统成功!");
recordSysLog(request, userEntity, "钉钉用户登录系统成功!");
log.info("h5 login succ==>{}",ret.toJSONString());
return ret.toJSONString();
} catch (AppException e) {
log.error("dinding login error ", e);
......
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