浏览代码

crm收款bugfix

zhijiezhao 3 年之前
父节点
当前提交
8a2132d78d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/ReceiptMapper.xml

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

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