|
@@ -20,6 +20,7 @@
|
|
<if test="startTime != null and startTime != ''">
|
|
<if test="startTime != null and startTime != ''">
|
|
and a.create_time between #{startTime} and #{endTime}
|
|
and a.create_time between #{startTime} and #{endTime}
|
|
</if>
|
|
</if>
|
|
|
|
+ and a.order_status != 'DYY'
|
|
group by order_status_text
|
|
group by order_status_text
|
|
union
|
|
union
|
|
select
|
|
select
|