소스 검색

个贷模版修改&收款预警查询修改

wucl 4 달 전
부모
커밋
4559c3abe7
2개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      biz-base/src/main/resources/docs/personal/land_final_report.docx
  2. 1 0
      dao/src/main/resources/mapper/FinanceClaimMapper.xml

BIN
biz-base/src/main/resources/docs/personal/land_final_report.docx


+ 1 - 0
dao/src/main/resources/mapper/FinanceClaimMapper.xml

@@ -409,6 +409,7 @@
             or frf.payer_account like concat('%',#{keyword},'%')
             or frf.amount like concat('%',#{keyword},'%')
             or frf.remark like concat('%',#{keyword},'%')
+            or off.order_id = #{keyword}
             )
         </if>
         <if test="vo!=null and vo.startDate!=null and vo.startDate!=''">