分销 定时任务

This commit is contained in:
2025-12-26 10:44:43 +08:00
parent 70307e3833
commit 7eeeb8a30f
4 changed files with 20 additions and 40 deletions

View File

@@ -50,6 +50,8 @@ public class NotifyController {
@Resource
private MkShopConsumeDiscountRecordService consumeDiscountRecordService;
//新客立减清除数据 测试用
@RequestMapping("clear")
public String clear(@RequestParam Integer shopId) {
consumeDiscountRecordService.remove(new QueryWrapper().eq(MkShopConsumeDiscountRecord::getShopId, shopId));

View File

@@ -21,7 +21,7 @@ public class StatisticTaskController {
private StatisticTask statisticTask;
/**
* 基础统计
* 基础统计 预留重置统计
*
* @param date 日期yyyy-MM-dd
*/