|
|
@@ -86,7 +86,7 @@ |
|
|
and aj.`status` in (${statusStr}) |
|
|
and aj.`status` in (${statusStr}) |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != status"> |
|
|
<if test=" null != status"> |
|
|
and aj.`status`= #{status} |
|
|
|
|
|
|
|
|
and a.`status`= 1 |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != sortColumns">order by aj.${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by aj.${sortColumns}</if> |
|
|
</select> |
|
|
</select> |
|
|
|