Commit 48179cc0 by 徐高华

企微托管

parent a497b6d5
...@@ -2,7 +2,7 @@ package com.gic.haoban.manage.api.enums; ...@@ -2,7 +2,7 @@ package com.gic.haoban.manage.api.enums;
public enum OpenStaffOfflineEnum { public enum OpenStaffOfflineEnum {
OFFLINE1(1, "首次托管,需要二次验证"), OFFLINE1(1, "首次托管需要二次验证"),
OFFLINE2(2, "异常断开"), OFFLINE2(2, "异常断开"),
OFFLINE3(3, "手机端结束登录"), OFFLINE3(3, "手机端结束登录"),
OFFLINE4(4, "当前账号在其它设备登录"); OFFLINE4(4, "当前账号在其它设备登录");
......
...@@ -84,14 +84,14 @@ ...@@ -84,14 +84,14 @@
<update id="update2QrcodeFlag"> <update id="update2QrcodeFlag">
update tab_haoban_open_staff update tab_haoban_open_staff
set valid_qrcode_flag = 1 set valid_qrcode_flag = 1
where id = #{id} where open_staff_id = #{id}
</update> </update>
<update id="update2Qrcode"> <update id="update2Qrcode">
update tab_haoban_open_staff update tab_haoban_open_staff
set qr_code_2 = #{qrCode}, set qr_code_2 = #{qrCode},
key_2 = #{key} key_2 = #{key}
where id = #{id} where open_staff_id = #{id}
</update> </update>
<update id="updateLoginStep"> <update id="updateLoginStep">
......
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