Files
integral-shop/docs/company-data-imgration.md
danaisuiyuan eb349ffa74 chore(czcf82): Spring profiles, migration docs, and shop URLs
Add per-shop application YAML, company data migration notes and SQL
supplements, and point admin, API, and uni-app at czcf82 endpoints.

Made-with: Cursor
2026-04-26 15:55:22 +08:00

1.0 KiB
Raw Blame History

公司名称:淮安鹏然商贸

mysql数据库配置信息

host ip: 114.55.232.191 datasource: name: yangtangyoupin username: yangtangyoupin password: 5Fn8eWrbYFtAhCZw

数据清理任务

  • 保留的用户数据范围wa_users.id in (91956,92474,92540,92824,93208,92576,92809,93182,92905,93080,93099,93113,93132,93164,93133,93142,93194,93204,93111,93139,93100,93158,93161,93163,93176,92476,93123,93108,93193,93165,93162,93159),删除其余用户数据

  • wa_order 只保留“created_at >= 2026-03-31”并且user_id在用户数据范围的订单删除其余数据

  • wa_merchandise 只保留“created_at >= 2026-03-31”并且seller_id或buyer_id在用户数据范围的寄售商品删除其余数据

  • wa_selfbonus_log 只保留 user_id 在用户数据范围内的记录,删除其余数据

  • wa_sharebonus_log 只保留 user_id 在用户数据范围内的记录,删除其余数据

  • wa_coupon_log 只保留 user_id 在用户数据范围内的记录,删除其余数据

相关文件

  • company-info.md