瀏覽代碼

订单审核状态bugfix

zhijiezhao 2 年之前
父節點
當前提交
4aa32d7d5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mappings/modules/order/ShopOrderMapper.xml

+ 1 - 0
src/main/resources/mappings/modules/order/ShopOrderMapper.xml

@@ -970,6 +970,7 @@
         select payStatus
         from cm_shop_order
         where orderID = #{orderID}
+          AND shopID != 998
     </select>
 
     <select id="getPayingStatus" resultType="string">