danaisuiyuan
fd4255d982
docs(xsj33): 迁移说明移入 docs/
...
与其他迁移文档(byjyw149/czrt6/sxsy80 等)同位,便于统一索引
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-16 18:31:26 +08:00
danaisuiyuan
e2d52ba4cc
docs(czrt6): 0511 迁移说明写入 16 位用户 uid/id 范围
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-11 09:25:03 +08:00
danaisuiyuan
d8ad6cde20
feat(integral-external): 新增寄卖外部免认证三件套页面
2026-05-02 06:13:41 +08:00
apple
5c4450c417
docs(sxsy80): 迁移文档、清理脚本与 wa_merchandise 提取工具
...
补充数据迁移说明与 cleanup SQL;增加从 dump 提取保留 id 与生成 INSERT 的脚本及产物。
Made-with: Cursor
2026-04-27 12:13:19 +08:00
apple
901bf6f500
docs(czrt6): 池州瑞棠数据迁移说明、dump 与可执行 SQL
...
新增从 dump 生成的 INSERT 脚本、按主键预删后执行的 pymysql 运行器,并在文档中记录执行方式与结果摘要。
Made-with: Cursor
2026-04-27 12:13:12 +08:00
apple
e7ffbbf302
docs(sxsy80): 补充文档、合同资源与数据清理脚本
...
- 更新前后端 sign_contract_sxsy80.pdf
- 增加 com-sxsy80 说明、数据迁移与 SQL/执行脚本
- 增加 com-xsj33 数据迁移说明与 docs 下合同源文件
Made-with: Cursor
2026-04-26 16:50:36 +08:00
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
danaisuiyuan
18b74a131a
chore(czcf82): add contract assets and environment info docs
...
Add czcf82 contract PDF assets for backend and uniapp, and include company environment reference docs needed for deployment handoff.
Made-with: Cursor
2026-04-17 13:04:14 +08:00
apple
f8ba25e7d5
feat(integral-external): order/user list, integral log, wa selfBonus
...
- Fix ExternalIntegral order list (no double restPage); default 普通订单; UI columns for useIntegral and buyer uid/nickname/phone; enrich StoreOrderDetailResponse and admin query select.
- External user list: UserResponse.selfBonus and fillWaSelfBonus from wa_users.id=uid.
- Integral log: AdminIntegralSearchRequest nickName/phone; findAdminList filters and ordering; integralExternal API sends page/limit as query params.
- Integral detail page: linkType Chinese mapping including selfbonus; update docs/newpage.md.
- Dashboard grid menu entries for integral-external routes.
Made-with: Cursor
2026-04-09 15:10:16 +08:00
scott
ee0886b800
feat: 新增积分外部页面(免认证三页 + 配套基础设施)
...
前端:
- 新增 EmptyLayout 空壳布局(无侧边栏/导航)
- 新增 requestNoAuth Axios 实例(不注入 token)
- 新增 integralExternal 路由模块(/integral-external/*)
- permission.js 加入 whiteListPrefixes 前缀白名单跳过登录
- 新增 phoneDesensitize 手机号脱敏过滤器
- 新增三个免认证页面:
· 积分订单页(/integral-external/order)
· 用户积分页(/integral-external/user,手机号脱敏)
· 用户积分明细子页(/integral-external/user/integral-detail)
后端:
- 新增 ExternalIntegralController(无 @PreAuthorize)
· GET /api/external/integral/order/list
· GET /api/external/integral/user/list
· POST /api/external/integral/log/list
- WebSecurityConfig 加入 /api/external/integral/** permitAll
文档与工具:
- 新增 coding plan、schedule、测试报告
- 新增 start-backend.sh / start-frontend.sh 本地启动脚本
- 新增 .mvn/wrapper/maven-wrapper.properties
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 10:41:30 +08:00