Parcourir la source

首页轮播图名称排序控制

anderx il y a 7 ans
Parent
commit
a82dc29634
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/BannersMapper.xml

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