优化
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
@ -193,6 +193,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{auditorType}
|
||||
</foreach>
|
||||
</if>
|
||||
order by w.create_time desc
|
||||
</select>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user