Преглед изворни кода

首页轮播图名称排序控制

anderx пре 7 година
родитељ
комит
a82dc29634
1 измењених фајлова са 1 додато и 0 уклоњено
  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>