north-glass-erp/src/main/resources/mapper/sd/DeliveryMapper.xml @@ -373,6 +373,10 @@ </update> <select id="selectByDate"> select * from sd.delivery where create_time between #{startDate} and #{endDate} </select> </mapper>