fengxiang
2018-09-25 7fb0113fb5bcb16d6e2930ba41020aff9c088be0
src/main/java/com/moral/controller/ScreenController.java
@@ -422,7 +422,7 @@
    * @return
    */
   @RequestMapping(value = "/map-page", method = RequestMethod.GET)
   public ModelAndView map(ModelAndView model, @RequestParam("areaCode")int code, @RequestParam("accountId")int accountId){
   public ModelAndView map(ModelAndView model, @RequestParam("areaCode")long code, @RequestParam("accountId")int accountId){
      Account account = accountService.getAccountById(accountId);
      String regionName = areaService.queryFullNameByCode(code);
      if(account!=null&&regionName!=null){