Преглед изворни кода

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

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
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">


Loading…
Откажи
Сачувај