Sfoglia il codice sorgente

定时分账过滤退款订单

plf 4 anni fa
parent
commit
b4e0e7f1f5

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

@@ -484,6 +484,7 @@
         AND cdr.receiptDate <![CDATA[  <=  ]]> #{currentTime}
         AND co.organizeID = 0
         AND co.orderType != 2
+        AND co.refundType != 2
     </select>
 
     <select id="findByMbOrderId" resultType="com.caimei.module.base.entity.vo.SplitAccountVo">