xhxu 4 лет назад
Родитель
Сommit
85ee330000
2 измененных файлов: 0 добавлений и 3 удалений
  1. Двоичные данные
      mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx
  2. +0
    -3
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

Двоичные данные
mallinkService/src/main/resources/contract-word-template/jinmao_contract_rent_property.docx Просмотреть файл


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

@@ -99,9 +99,6 @@
<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})


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