刘小明
2024-08-26 ab06fbcd79f0e48cb83e3f0621e944a90c2b20a0
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>