不再清空游客的到期时间
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</select>
|
||||
<update id="toVisitor">
|
||||
update t_account
|
||||
set is_trial = 0, credits = 0, system_user = 0, update_date = #{date}
|
||||
set is_trial = 0, credits = 0, system_user = 0
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user