|
|
@@ -143,6 +143,12 @@ |
|
|
#{nidItem} |
|
|
#{nidItem} |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != ids "> |
|
|
|
|
|
and id in |
|
|
|
|
|
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")"> |
|
|
|
|
|
#{idItem} |
|
|
|
|
|
</foreach> |
|
|
|
|
|
</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test=" null != sortColumns">order by ${sortColumns}</if> |
|
|
<if test="null != limitStart and null != limitEnd"> |
|
|
<if test="null != limitStart and null != limitEnd"> |
|
|
limit #{limitStart},#{limitEnd} |
|
|
limit #{limitStart},#{limitEnd} |
|
|
|