Przeglądaj źródła

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

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
2aae12c9c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Wyświetl plik

@@ -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">


Ładowanie…
Anuluj
Zapisz