소스 검색

bug fixes

plf 3 년 전
부모
커밋
818f412319
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mappings/modules/order/OrderMapper.xml

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

@@ -706,6 +706,7 @@
         WHERE cso.orderID = #{orderID}
             AND cosr.delFlag = '0'
             AND cosr.status = '1'
+            AND cosr.paymentType IN (1,2)
         GROUP BY cso.orderID
     </select>
     <select id="findPromotionsByIds" resultType="com.caimei.modules.product.entity.CmPromotion">