|
@@ -45,7 +45,7 @@
|
|
'DJD' as 'orderStatus',
|
|
'DJD' as 'orderStatus',
|
|
'待接单' as 'orderStatusText'
|
|
'待接单' as 'orderStatusText'
|
|
from pg_order_base a
|
|
from pg_order_base a
|
|
- where is_meet=0 or a.order_status IN ('DJD')
|
|
|
|
|
|
+ where (is_meet=0 or a.order_status IN ('DJD')) and a.order_status not in ('YQX','FWQX','FL','FWZT','YCGB')
|
|
<include refid="orderBaseSqlWhere"></include>
|
|
<include refid="orderBaseSqlWhere"></include>
|
|
<if test="orderSmallType != null and orderSmallType != ''">
|
|
<if test="orderSmallType != null and orderSmallType != ''">
|
|
and a.order_small_type = #{orderSmallType}
|
|
and a.order_small_type = #{orderSmallType}
|