TASK:订阅计划,测试修改
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user