|
|
|
|
@ -328,7 +328,7 @@ public class WorkService extends ServiceImpl<WorkMapper, Work> {
|
|
|
|
|
EasyExcel.read(file.getInputStream(), WorkVo.class, new ExcelService(this)).sheet().doRead(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Page<WorkVo> dissatisfied(Page<Work> page, TodoQuery todoQuery) { |
|
|
|
|
public Page<WorkVo> dissatisfied(Page<Work> page, MailQuery todoQuery) { |
|
|
|
|
QueryWrapper<Work> queryWrapper = new QueryWrapper<Work>() |
|
|
|
|
.ge(StrUtil.isNotBlank(todoQuery.getMailTimeStart()), "TO_CHAR(m.mail_time, 'YYYY-MM-DD')", todoQuery.getMailTimeStart()) |
|
|
|
|
.le(StrUtil.isNotBlank(todoQuery.getMailTimeStartEnd()), "TO_CHAR(m.mail_time, 'YYYY-MM-DD')", todoQuery.getMailTimeStartEnd()) |
|
|
|
|
|