diff --git a/ruoyi-system/src/main/java/com/ruoyi/bgt/service/IBgtProjectRecruitApplyService.java b/ruoyi-system/src/main/java/com/ruoyi/bgt/service/IBgtProjectRecruitApplyService.java index fa95b71..3dc374d 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/bgt/service/IBgtProjectRecruitApplyService.java +++ b/ruoyi-system/src/main/java/com/ruoyi/bgt/service/IBgtProjectRecruitApplyService.java @@ -167,4 +167,5 @@ public interface IBgtProjectRecruitApplyService extends IServicePlus AND a.message_small_type = #{req.smallType} + + DATE_FORMAT(a.create_time, '%Y-%m-%d') = #{req.rq} and + order by a.create_time desc @@ -128,6 +131,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.is_operation = '1' AND + + DATE_FORMAT(a.create_time, '%Y-%m-%d') = #{req.rq} and + a.message_small_type is null AND a.del_flag = "0"