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
This commit is contained in:
danaisuiyuan
2026-04-26 15:55:22 +08:00
parent 18b74a131a
commit eb349ffa74
30 changed files with 3376 additions and 24 deletions

View File

@@ -0,0 +1,35 @@
# 公司名称:淮安鹏然商贸
## 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