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