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

[租赁物业合同][修改][合同作废]

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

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

@@ -261,7 +261,7 @@
resultType="com.iformall.domain.po.WxRentContract">
select * from wx_rent_contract where tenant_id=#{tenantId} and
json_contains(json_extract(rent_info,'$[*].shopId'),concat('"',${shopId},'"')) and rent_shop_type =1
<if test=" null != status ">and status=#{status}</if>
<if test=" null != status ">and status=#{status} and status!=7</if>
</select>
<update id="updateInvalidContract" parameterType="com.iformall.domain.po.WxRentContract">


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