This commit is contained in:
zt
2025-03-13 11:46:47 +08:00
parent 29b14e4c1f
commit 82e618a9f9
9 changed files with 89 additions and 26 deletions

View File

@ -67,6 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="dto.recruit_id != null">
and DATE(wdc.dily_time) = #{dto.dilyTime}
</if>
order by wdc.create_time desc
</select>

View File

@ -193,6 +193,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{auditorType}
</foreach>
</if>
order by w.create_time desc
</select>