生成订单 校验

领奖 记录
This commit is contained in:
2024-12-25 15:36:25 +08:00
parent 5aecada96e
commit 8542e94ed9
2 changed files with 6 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ public class TaskCenterRewardController {
.eq("task_id", taskId)
.gt("create_time", DateUtil.beginOfMonth(new Date()) + " 00:00:00"));
if (record != null) {
map.put("receive", record.getId());
map.put("receive", record.getSourceId());
map.put("record", record.getId());
}
map.put("data", list);
return Result.success(map);