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