zhangwei vor 2 Jahren
Ursprung
Commit
b6d6e789cb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/main/resources/mapper/RepalCustomerMapper.xml

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

@@ -18,6 +18,7 @@
             AND B.REPAL_BILL_TYPE = #{billType}
         </if>
         WHERE A.REPAL_GROUP_ID = #{groupId}
+          AND A.DELETED = 0
         <if test="custType != null">
             AND A.CUST_TYPE = #{custType}
         </if>