Ver a proveniência

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

release_toaliyun_real
gongbiao há 7 anos
ascendente
cometimento
2aae12c9c8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver ficheiro

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


Carregando…
Cancelar
Guardar