Pārlūkot izejas kodu

首页轮播图名称排序控制

anderx 7 gadi atpakaļ
vecāks
revīzija
a82dc29634

+ 1 - 0
src/main/java/com/goafanti/common/mapper/BannersMapper.xml

@@ -358,6 +358,7 @@
 	<if test="client != null">
 	and client= #{client,jdbcType=INTEGER}
 	</if>
+	order by text
 	<if test="pN != null and pS != null">
 	limit #{pN,jdbcType=INTEGER},#{pS,jdbcType=INTEGER}
 	</if>