|
@@ -45,7 +45,7 @@
|
|
'DYY' as 'orderStatus',
|
|
'DYY' as 'orderStatus',
|
|
'待预约' as 'orderStatusText'
|
|
'待预约' as 'orderStatusText'
|
|
from pg_order_base
|
|
from pg_order_base
|
|
- where appointment_time is null a.order_status not in ('YWG','GCSZX','WDWG','YWGO','YQX','FWZT','YCGB','FWQX','FL','YJS','LRCD')
|
|
|
|
|
|
+ where appointment_time is null and a.order_status not in ('YWG','GCSZX','WDWG','YWGO','YQX','FWZT','YCGB','FWQX','FL','YJS','LRCD')
|
|
<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}
|