统计:统计点击支付问题,统计今天支付金额问题

This commit is contained in:
2025-07-22 14:37:59 +08:00
parent 4f0d1813c9
commit 1dc9e16c55
2 changed files with 15 additions and 9 deletions

View File

@@ -279,6 +279,9 @@ public class GoodsServiceImpl implements GoodsService {
}
}
TaskEntity task = videoTaskRepository.getTaskById(videoRespVO.getTaskId());
if (task == null) {
return ApiResponse.fail("该vlog不存在或已失效");
}
JSONObject paramJson = JSON.parseObject(task.getTaskParams());
AtomicInteger deviceCount = new AtomicInteger();
goodsDetailVO.setShotTime(taskTaskService.getTaskShotDate(task.getId()));