添加 开展活动接口
This commit is contained in:
@@ -23,5 +23,11 @@
|
||||
user_password AS userPassword from t_account
|
||||
where id = #{id}
|
||||
</select>
|
||||
<update id="toVisitor">
|
||||
update t_account
|
||||
set valid_end_time = null, is_trial = 0, credits = 0, system_user = 0, update_date = #{date}
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user