Initial commit: 单商户积分商城 - 管理后台前端 + CRMEB 后端
Made-with: Cursor
This commit is contained in:
7
backend/docs/个人奖金和积分变更关系.md
Normal file
7
backend/docs/个人奖金和积分变更关系.md
Normal file
@@ -0,0 +1,7 @@
|
||||
在crmeb_admin新增WaSelfbonusController,并在IntegralConsumeTask中新增调用接口的定时任务,任务执行时间为每天10点15分和下午2点50分。
|
||||
接口需求:
|
||||
根据user_id判断个人奖金变动时,新增用户积分记录,积分值为个人奖金变更金额的50%,
|
||||
同时更新用户积分(eb_user表的integral字段)
|
||||
关联对象:
|
||||
用户积分记录表 eb_user_integral_record
|
||||
个人奖金变动表 wa_selfbonus_log
|
||||
Reference in New Issue
Block a user