소스 검색

feat:删除

zhangwei 3 년 전
부모
커밋
b6d6e789cb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>