guoyujie
2025-11-26 71f90ed3a2eeea97b20cd095cc34a1f64dac5c81
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>