Antiloveg 8 years ago
parent
commit
3762a89994

+ 1 - 1
src/main/java/com/goafanti/common/controller/PortalController.java

@@ -35,7 +35,7 @@ public class PortalController extends BaseController {
 
 	private static final int		MULTIPLE	= 20;
 
-	private static final String		DELIMITER	= "-";
+	private static final String		DELIMITER	= "/";
 
 	@RequestMapping(value = "/index", method = RequestMethod.GET)
 	public String index(ModelAndView modelview) {

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

@@ -685,7 +685,7 @@
 	<if test="releaseStatus != null">
 	   and  a.release_status = #{releaseStatus,jdbcType=INTEGER}
 	</if>
-	order by serial_number desc
+	order by a.serial_number desc
 	<if test="page_sql!=null">
 			${page_sql}
 	</if>