记得上下班打卡 | git大法好,push需谨慎

Commit 286ab48c authored by GaoHu's avatar GaoHu

exit 修改user state=0

parent 0ebf6068
...@@ -115,7 +115,8 @@ ...@@ -115,7 +115,8 @@
set org_id = #{orgId}, set org_id = #{orgId},
type = #{type}, type = #{type},
agent = 1, agent = 1,
agent_id = #{agentId} agent_id = #{agentId},
`state` = 0
where uid = #{uid} where uid = #{uid}
</update> </update>
...@@ -126,7 +127,7 @@ ...@@ -126,7 +127,7 @@
</update> </update>
<update id="updateUserCheckByUid"> <update id="updateUserCheckByUid">
update smile_user set `type` = #{type},error_reason = #{reason} update smile_user set `type` = #{type},error_reason = #{reason},`state` = 0
where uid = #{uid} where uid = #{uid}
</update> </update>
......
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