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