pms-parent/pms-global/src/main/resources/mapper/PrScheduleMapper.xml @@ -136,5 +136,6 @@ <if test="scheduleDate != null"> and schedule_date = #{scheduleDate} </if> order by schedule_date desc </select> </mapper>