guoyujie
2025-11-04 60399841483dea09cfbb783a3df42d74778a4482
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>