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:
29
docs/company-czc231-integral-imgration.md
Normal file
29
docs/company-czc231-integral-imgration.md
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
# 公司名称:宝应晨召春商贸
|
||||
|
||||
## mysql数据库配置信息
|
||||
|
||||
host ip: 8.136.120.231
|
||||
datasource:
|
||||
name: yangtangyoupin
|
||||
username: yangtangyoupin
|
||||
password: 5Fn8eWrbYFtAhCZw
|
||||
|
||||
## 补齐用户积分数据任务
|
||||
|
||||
### 补齐一(**无数据不处理**):
|
||||
|
||||
- 补齐**用户id集范围**: 92034, 陈圣珍, 13852188807
|
||||
- 从dump数据备份中查询用户id集范围并且create_time在04-01至04-09这个日期范围内的eb_user_integral_record数据,根据字段eb_user_integral_record.wa_selfbonus_logid与当前数据库中的数据对比,
|
||||
- 如果当前数据库中不存在该条记录,补齐数据,并把对应的积分eb_user_integral_record.integral增加到eb_user中的积分字段eb_user.integral上。
|
||||
|
||||
### 补齐二:
|
||||
|
||||
- 补齐**用户个人奖金id集范围**: 327003, 326997,326991,326978,326932,326931,326929,326922,326883,326882,326875,326869
|
||||
- 从当前数据库中查询用户个人奖金id集范围内的数据,根据字段eb_user_integral_record.wa_selfbonus_logid对比在eb_user_integral_record表中是否存在对应数据
|
||||
- 如果发现当前数据库中有不存在对应的eb_user_integral_record记录,补齐数据,并把对应的积分eb_user_integral_record.integral增加到eb_user中的积分字段eb_user.integral上。
|
||||
|
||||
|
||||
## 相关文件
|
||||
|
||||
- **dump数据备份**: docs/dump-xsj33_2026-04-10_10-15-02_mysql_data.sql
|
||||
Reference in New Issue
Block a user