|
@@ -945,7 +945,7 @@ public class WebpageController extends BaseController {
|
|
|
modelAndView.addObject("jtProjects",projectResults);
|
|
modelAndView.addObject("jtProjects",projectResults);
|
|
|
String honor=org.getHonorPicture();
|
|
String honor=org.getHonorPicture();
|
|
|
if(honor!=null && honor.contains(".")) {
|
|
if(honor!=null && honor.contains(".")) {
|
|
|
- List<String>honorPictures=Arrays.asList(honor);
|
|
|
|
|
|
|
+ List<String>honorPictures=Arrays.asList(honor.split(","));
|
|
|
if(honorPictures.size()>0)modelAndView.addObject("honors",honorPictures);
|
|
if(honorPictures.size()>0)modelAndView.addObject("honors",honorPictures);
|
|
|
|
|
|
|
|
}
|
|
}
|