Просмотр исходного кода

首页轮播图名称排序控制

anderx лет назад: 7
Родитель
Сommit
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>