guoyujie
2025-10-28 715fe1303217170d7597d0a24cfc1caafac8db54
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>