|
|
ced49915ed
|
fix(crud): 3个json补alias对齐菜单URL目录名——discount_list/discount_marketing_list/discount_promo_code_list(xls2ui按alias>tblname命名目录,缺alias生成discount/等错名致菜单500);menu.ui同步改新目录名
|
2026-09-09 15:26:41 +08:00 |
|
ymq
|
a3d7077acc
|
fix(star_discount): SQL 去掉不存在的 d.discount 列
discount 表无 discount 字段(值在 discount_detail 表)。原 select d.id, d.discount
导致 reseller 级通用折扣(customerid=NULL)查询永远报 Unknown column 错误,
被上层 try/except 兜住后 fallback 到 1.0,通用折扣形同虚设。
|
2026-08-26 15:52:03 +08:00 |
|
|
|
1e99ad2cc8
|
fix: hide resellerid in customer_bind list, add menu entries for free_customer_assign + customer_reassign
|
2026-07-13 18:36:51 +08:00 |
|
|
|
d08f6fb289
|
fix: 删除折扣产品明细菜单; create校验customerid并从默认方案复制detail
|
2026-06-30 11:30:23 +08:00 |
|
Hermes Agent
|
c9372ae2c6
|
fix: CRUD路径改为tablename/index.ui格式,清理错误的.ui路径
|
2026-06-24 01:24:59 +08:00 |
|
Hermes Agent
|
f5250fb261
|
feat: 营销方案、促销码、客户归属绑定功能
- 新增3个数据模型: discount_marketing, discount_promo_code, discount_customer_bind
- 新增CRUD定义: marketing/promo_code/customer_bind 的list和api
- 新增init/data.json: appcodes编码(促销码类型、绑定方式)
- init.py: bind_customer支持customerid参数覆盖(注册场景)
- 折扣校验放宽至 0 < discount <= 1
|
2026-06-24 00:56:32 +08:00 |
|
|
|
b41c89e9dd
|
bugfix
|
2026-05-11 11:30:57 +08:00 |
|
|
|
97dc4befef
|
bugfix
|
2026-02-24 19:48:26 +08:00 |
|