chenlu
2024-02-20 736dd5afb982ce1c19b15633ffd3495f6f8822ec
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -33,7 +33,7 @@
            *
        from
            `order` as o
        where  o.create_time>=#{startDate} and o.create_time <= #{endDate}
        where  date(o.create_time)>=#{startDate} and date(o.create_time) <= #{endDate}
          <if test="orderType!= null and orderType != ''">
               and o.create_order = #{orderType}