Explorar el Código

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

codingliang hace 1 año
padre
commit
13c25cdb70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>