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

property

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
28ec8de00b
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

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

@@ -99,6 +99,9 @@
<if test=" null != endDate ">and `end_date` = #{endDate}</if>
<if test=" null != rentShopType">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null != operationType ">and `operation_type` = #{operationType}</if>
<if test=" null != shopNumber and shopNumber != ''">
and `shop_number` like concat('%',#{shopNumber},'%')
</if>

<if test=" null != businessForRule and '' != businessForRule ">
and business_id in (${businessForRule})


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