Commit d96faa41 by 徐高华

Merge branch 'feature/获取用户敏感信息' into 'developer'

删除激活码

See merge request !908
parents a04ab877 32b69abe
...@@ -512,8 +512,9 @@ ...@@ -512,8 +512,9 @@
set active_status = 0, set active_status = 0,
`active_time` = null, `active_time` = null,
`expire_time` = null , `expire_time` = null ,
active_code = null ,
update_time = now() update_time = now()
where wx_enterprise_id = #{wxEnterpriseId} and expire_time is not null where wx_enterprise_id = #{wxEnterpriseId} and active_code is not null
</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