|
|
@@ -1176,7 +1176,7 @@ public class WebpageController extends BaseController {
|
|
|
OrgIdentityBo org = organizationIdentityService.selectOrgIdentityBoByUserId(uid);
|
|
|
modelAndView.addObject("org", org);
|
|
|
List<JtBusinessProjectResult> projectResults = (List<JtBusinessProjectResult>) jtBusinessService
|
|
|
- .getProjects(null,null, null, null, 4, 1, 0, 2, null, null, 0, 0, uid).getList();
|
|
|
+ .getProjects(null,null, null, null, 12, 1, 0, 2, null, null, 0, 0, uid).getList();
|
|
|
modelAndView.addObject("jtProjects", projectResults);
|
|
|
String honor = org.getHonorPicture();
|
|
|
if (honor != null && honor.contains(".")) {
|