|
|
|
@@ -103,7 +103,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryRentContractPaidStatus" resultType="int" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
select count(id) from wx_rent_contract where tenant_id=#{tenantId} and status!=1 and status!=6 rental_start_date <= now() and rental_end_date >= now() |
|
|
|
select count(id) from wx_rent_contract where tenant_id=#{tenantId} and status!=1 and status!=6 and rental_start_date <= now() and rental_end_date >= now() |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryRentContractEndStatus" resultType="int" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
|