Browse Source

bug fixes

plf 5 năm trước cách đây
mục cha
commit
23776274d4

+ 2 - 2
pay/src/main/resources/com-caimei-module-pay/PayMapper.xml

@@ -24,13 +24,13 @@
           (
             cror.orderID = #{orderID}
             AND cror.relationType = '2'
-          )
-          OR (
+          OR
             cror.orderID = #{shopOrderIDs}
             AND cror.relationType = '1'
           )
           AND cror.delFlag = '0'
           AND cdr.delFlag = '0'
+          AND cdr.payType != '16'
         ORDER BY
           cdr.receiptDate DESC
     </select>