fix: 修复mysql下购买套餐加量包无效的bug

This commit is contained in:
xiaojunnuo
2025-09-02 10:37:36 +08:00
parent 4372adc703
commit c26ad4c807
8 changed files with 25 additions and 0 deletions
@@ -0,0 +1 @@
update cd_user_suite set is_empty = false where is_empty is null;