浏览代码

更新弱密码

Administrator 2 年之前
父节点
当前提交
75e15545f4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ruoyi-system/src/main/resources/mapper/system/ColumnNewsMapper.xml

+ 2 - 1
ruoyi-system/src/main/resources/mapper/system/ColumnNewsMapper.xml

@@ -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