Преглед изворни кода

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

release_toaliyun_real
gongbiao пре 6 година
родитељ
комит
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>


Loading…
Откажи
Сачувај