生成订单 校验
领奖 记录
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user