加保后字段

master
shijie 4 years ago
parent 72bb8e733d
commit 751730edb1
  1. 2
      dq-financial-guarantee/src/main/resources/mapper/guarantee/AlRepaymentEntryMapper.xml

@ -27,7 +27,7 @@
re.repayment_status = #{status}
</if>
<if test="customerNumberOrName != null and customerNumberOrName != '' ">
AND re.repayment_date = #{customerNumberOrName}
AND re.repayment_date LIKE CONCAT('%',#{customerNumberOrName},'%')
</if>
<if test="insuranceId != null">
AND re.insurance_id = #{insuranceId}

Loading…
Cancel
Save