guoyuji
2024-02-03 ab0ac24c86067aaec92a2839280d73c08e458170
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}