Explorar el Código

订单审核状态bugfix

zhijiezhao hace 2 años
padre
commit
4aa32d7d5c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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">