Browse Source

Merge branch '新增ios配置' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 years ago
parent
commit
6d58dd18a4

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

@@ -197,7 +197,7 @@
 				and sub_type_ = #{subType}
 			</if>
 		</where>
-		ORDER BY order_
+		ORDER BY order_ DESC
 	</select>
 
     <select id="queryBottomInfo" resultMap="SysNewsInformation" parameterType="java.lang.Integer">