修改字段名字

This commit is contained in:
孙小云 2026-03-13 11:54:09 +08:00
parent f500380ab2
commit c7d6d1015e
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ public class TaskStatControllerConvert {
com.ruoyi.task.service.dto.TaskStatQueryServiceDTO dto = new com.ruoyi.task.service.dto.TaskStatQueryServiceDTO(); com.ruoyi.task.service.dto.TaskStatQueryServiceDTO dto = new com.ruoyi.task.service.dto.TaskStatQueryServiceDTO();
dto.setYear(apiDTO.getYear()); dto.setYear(apiDTO.getYear());
dto.setMonth(apiDTO.getMonth()); dto.setMonth(apiDTO.getMonth());
dto.setStartDate(apiDTO.getStartDate()); dto.setStartDate(apiDTO.getStartTime());
dto.setEndDate(apiDTO.getEndDate()); dto.setEndDate(apiDTO.getEndTime());
dto.setTaskCategory(apiDTO.getTaskCategory()); dto.setTaskCategory(apiDTO.getTaskCategory());
dto.setTaskType(apiDTO.getTaskType()); dto.setTaskType(apiDTO.getTaskType());
dto.setStatusList(apiDTO.getStatusList()); dto.setStatusList(apiDTO.getStatusList());