소스 검색

Merge branch 'master' of http://47.100.37.243:10080/wutt/game.git

quyueting 5 년 전
부모
커밋
a9371fcb3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      minigame/src/com/hssx/controller/UserController.java

+ 1 - 1
minigame/src/com/hssx/controller/UserController.java

@@ -212,7 +212,7 @@ public class UserController {
 	 * @param response
 	 */
 	@RequestMapping(value = "getUserOrderByCity")
-	public void getUserOrderByCity(HttpServletResponse response){
+	public void getUserOrderByCity(HttpServletResponse response) throws Exception {
 		HttpRespMsg msg = new HttpRespMsg();
 		msg.data = usermapper.countUserGroupByCity();
 		response.setContentType("application/json");