TASK:订阅计划,测试修改

This commit is contained in:
2025-12-11 15:26:20 +08:00
parent 7f094265da
commit 5c2008ec4a
10 changed files with 136 additions and 42 deletions

View File

@@ -26,7 +26,8 @@
<update id="toVisitor">
update t_account
set is_trial = 0, credits = 0, system_user = 0,
organization_name = null, credits_usage = null, credits_usage_limit = null, sub_account_num = null
organization_name = null, organization_id = null, credits_usage = null, credits_usage_limit = null, sub_account_num = null,
parent_id = null, subscription_plan_id = null
where id = #{id}
</update>