|
@@ -50,8 +50,9 @@
|
|
|
'%')
|
|
|
</if>
|
|
|
<if test="status != null and status != ''">and n.status = #{status}</if>
|
|
|
+ <if test="status != null and status != ''">and n.status = #{status}</if>
|
|
|
<if test="isDel != null and isDel != ''">and n.is_del = #{isDel}</if>
|
|
|
- <if test="columnName != null and columnName != ''">and c.column_name = #{columnName}</if>
|
|
|
+ <if test="isRotation != null and isRotation != ''">and n.is_rotation = #{isRotation}</if>
|
|
|
<if test="isTop != null and isTop != ''">and n.is_top = #{isTop}</if>
|
|
|
</where>
|
|
|
order by n.create_time DESC , n.update_time DESC
|