Browse Source

admin/goodsShop/selectStoreMessage接口订单状态改为查询(3, 4, 6, 7)

codingliang 1 năm trước cách đây
mục cha
commit
13c25cdb70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/goods/GoodsShopMapper.xml

+ 1 - 1
src/main/resources/mapper/goods/GoodsShopMapper.xml

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