@@ -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">