|
|
@@ -83,7 +83,7 @@ |
|
|
and aj.`tenant_id` = #{tenantId} |
|
|
and aj.`tenant_id` = #{tenantId} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != statusStr and ''!=statusStr"> |
|
|
<if test=" null != statusStr and ''!=statusStr"> |
|
|
and aj.`status` in (${statusStr}) |
|
|
|
|
|
|
|
|
and aj.`status` in (${statusStr}) and a.`status`=2 |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != status"> |
|
|
<if test=" null != status"> |
|
|
and a.`status`= 1 |
|
|
and a.`status`= 1 |
|
|
|