Преглед на файлове

【租金账单][修改][查询商户名]

release_toaliyun_real
gongbiao преди 7 години
родител
ревизия
f9f07e4393
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Целия файл

@@ -113,7 +113,9 @@
<if test=" null != depositStatus ">and d.`status` = #{depositStatus}</if> <if test=" null != depositStatus ">and d.`status` = #{depositStatus}</if>
<if test=" null != id ">and br.`id` = #{id}</if> <if test=" null != id ">and br.`id` = #{id}</if>
<if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if> <if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if>
<if test=" null != merchantName and ''!=merchantName ">and m.`name` like concat('%',#{merchantName},'%')</if>
<if test=" null != merchantName and ''!=merchantName ">and r.merchant_name like
concat('%',#{merchantName},'%')
</if>
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if> <if test=" null != isDel ">and br.`is_del` = #{isDel}</if>
<if test=" null != rentContractId ">and br.`rent_contract_id` = #{rentContractId}</if> <if test=" null != rentContractId ">and br.`rent_contract_id` = #{rentContractId}</if>
<if test=" null != payWay ">and br.`pay_way` = #{payWay}</if> <if test=" null != payWay ">and br.`pay_way` = #{payWay}</if>


Зареждане…
Отказ
Запис