Explorar el Código

活动页面添加排序

anderx hace 4 años
padre
commit
eb45d5d426
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/kede/common/mapper/ActivityMapper.xml

+ 1 - 0
src/main/java/com/kede/common/mapper/ActivityMapper.xml

@@ -223,6 +223,7 @@
 	<if test="releaseStatus != null">
 	and release_status = #{releaseStatus}
 	</if>
+	order by sort
 	 <if test="page_sql!=null">
 			${page_sql}
 	</if>