|
@@ -27,7 +27,7 @@
|
|
'YCD' as 'orderStatus',
|
|
'YCD' as 'orderStatus',
|
|
'异常待处理' as 'orderStatusText'
|
|
'异常待处理' as 'orderStatusText'
|
|
from pg_order_base a
|
|
from pg_order_base a
|
|
- where is_exception=1
|
|
|
|
|
|
+ where is_exception=1 and a.order_status NOT IN ('YWG','YWGO','YJS')
|
|
<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}
|