north-glass-erp/target/classes/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}