Просмотр исходного кода

[其他押金账单][修改][查询条件]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
61cb089f9f
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml

+ 1
- 0
mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml Просмотреть файл

@@ -87,6 +87,7 @@
<if test=" null != name ">and br.`name` = #{name}</if>
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
<if test=" null != payWay ">and br.`pay_way` = #{payWay}</if>
<if test=" null != comments ">and br.`comments` like concat('%',#{comments},'%')</if>
</where>
<if test=" null != sortColumns"> order by ${sortColumns} </if>


+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml Просмотреть файл

@@ -82,7 +82,7 @@
<if test=" null != tenantId ">and br.`tenant_id` = #{tenantId}</if>
<if test=" null != status ">and br.`status` = #{status}</if>
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if>
<if test=" null != name ">and br.`name` = #{name}</if>
<if test=" null != name ">and br.`name` like concat('%',#{name},'%')</if>
<if test=" null != rentShopType ">and br.`rent_shop_type` = #{rentShopType}</if>
<if test=" null != payWay ">and br.`pay_way` = #{payWay}</if>



Загрузка…
Отмена
Сохранить