|
|
|
@@ -892,9 +892,6 @@ |
|
|
|
and m.id = bu.merchant_id |
|
|
|
and o.order_status = '1' |
|
|
|
and o.type = 1 |
|
|
|
<if test=" null != payVendor "> |
|
|
|
and o.pay_vendor = #{payVendor} |
|
|
|
</if> |
|
|
|
<if test="wxOrderReportDto.startTime != null"> |
|
|
|
AND o.create_date > #{wxOrderReportDto.startTime} |
|
|
|
</if> |
|
|
|
|