Ver Fonte

更新弱密码

Administrator há 2 anos atrás
pai
commit
75e15545f4

+ 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