소스 검색

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