|
@@ -1204,7 +1204,6 @@ public class WebpageController extends BaseController {
|
|
|
List<String> honorPictures = Arrays.asList(honor.split(","));
|
|
List<String> honorPictures = Arrays.asList(honor.split(","));
|
|
|
if (honorPictures.size() > 0)
|
|
if (honorPictures.size() > 0)
|
|
|
modelAndView.addObject("honors", honorPictures);
|
|
modelAndView.addObject("honors", honorPictures);
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
return modelAndView;
|
|
return modelAndView;
|
|
|
}
|
|
}
|