添加 开展活动接口

This commit is contained in:
2024-07-19 15:40:54 +08:00
parent aa1eb7411e
commit c46f65600f
7 changed files with 165 additions and 18 deletions

View File

@@ -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>