浏览代码

bug修改

zouxuan 3 年之前
父节点
当前提交
e538411e38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

+ 1 - 1
cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

@@ -194,7 +194,7 @@
 				and type_ = #{type}
 			</if>
 		</where>
-		ORDER BY order_
+		ORDER BY order_ DESC
 	</select>
 	
 	<update id="deleteWithLogical">