Files
integral-shop/docs/byjyw149-integraldata-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

26 lines
727 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 公司名称:宝应金雅文商贸
## mysql数据库配置信息
host ip: 8.140.218.149
datasource:
name: yangtangyoupin
username: yangtangyoupin
password: 5Fn8eWrbYFtAhCZw
---
## 用户积分数据迁移任务
- **当前用户**为wa_users表中存在的用户id集
- 清空表eb_user的数据写一个从docs/dump-bsy80_2026-04-17_09-38-52.sql中获取当前用户集范围内eb_user数据重新批量插入的sql
- 清空表eb_user_integral_record的数据写一个从docs/dump-bsy80_2026-04-17_09-38-52.sql中获取当前用户集范围内的eb_user_integral_record数据重新批量插入的sql
---
## 相关文件
- docs/dump-bsy80_2026-04-17_09-38-52.sql
- docs/byjyw149-data-imgration.md