|
|
|
@@ -89,7 +89,10 @@ |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and aj.`parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<!-- <if test=" null != statusStr and ''!=statusStr">--> |
|
|
|
<if test=" null != statusStr and '' != statusStr"> |
|
|
|
and a.`status` in (${statusStr}) |
|
|
|
</if> |
|
|
|
<!-- <if test=" null != statusStr and ''!=statusStr">--> |
|
|
|
<!-- and aj.`status` in (${statusStr}) and a.`status`=2--> |
|
|
|
<!-- </if>--> |
|
|
|
<!-- <if test=" null != status">--> |
|
|
|
|