|
@@ -191,7 +191,7 @@
|
|
|
tb_order tor
|
|
tb_order tor
|
|
|
left join goods_shop gs on tor.shop_id = gs.shop_id
|
|
left join goods_shop gs on tor.shop_id = gs.shop_id
|
|
|
where
|
|
where
|
|
|
- tor.status = 4
|
|
|
|
|
|
|
+ tor.status in (3, 4, 6, 7)
|
|
|
<if test="shopId != null">
|
|
<if test="shopId != null">
|
|
|
and tor.shop_id = #{shopId}
|
|
and tor.shop_id = #{shopId}
|
|
|
</if>
|
|
</if>
|