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