chenlu
2025-11-20 e00b54ec7322cf7cba5883e17f2e2843f71b8833
north-glass-erp/src/main/resources/mapper/sd/DeliveryMapper.xml
@@ -412,6 +412,10 @@
    </update>
    <select id="selectByDate">
        select * from sd.delivery
        where date(create_time) between #{startDate} and #{endDate}
    </select>
</mapper>