|
|
|
@@ -624,6 +624,9 @@ |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and rc.`parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != contractNumber and '' != contractNumber"> |
|
|
|
and rc.`contract_number` = #{contractNumber} |
|
|
|
</if> |
|
|
|
<if test=" null != rentId and '' != rentId"> |
|
|
|
and rc.`id` = #{rentId} |
|
|
|
</if> |
|
|
|
|