Ver Fonte

crm收款bugfix

zhijiezhao há 3 anos atrás
pai
commit
8a2132d78d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/main/resources/mapper/ReceiptMapper.xml

+ 1 - 0
src/main/resources/mapper/ReceiptMapper.xml

@@ -866,6 +866,7 @@
         cror.splitStatus
         cror.splitStatus
         FROM cm_receipt_order_relation cror
         FROM cm_receipt_order_relation cror
         WHERE cror.receiptID = #{receiptId}
         WHERE cror.receiptID = #{receiptId}
+        and cror.delflag = 0
         ORDER BY cror.id DESC
         ORDER BY cror.id DESC
     </select>
     </select>
     <select id="getPendingAuditCount" resultType="java.lang.Integer">
     <select id="getPendingAuditCount" resultType="java.lang.Integer">