Browse Source

技淘BUG修复

anderx 7 years ago
parent
commit
0b960cc1c8

+ 1 - 1
src/main/java/com/goafanti/common/controller/WebpageController.java

@@ -944,7 +944,7 @@ public class WebpageController extends BaseController {
 		modelAndView.setViewName("/portal/companyProfile");
 		modelAndView.setViewName("/portal/companyProfile");
 		OrgIdentityBo org=organizationIdentityService.selectOrgIdentityBoByUserId(uid);
 		OrgIdentityBo org=organizationIdentityService.selectOrgIdentityBoByUserId(uid);
 		modelAndView.addObject("org",org);
 		modelAndView.addObject("org",org);
-		List<JtBusinessProjectResult>projectResults=(List<JtBusinessProjectResult>) jtBusinessService.getProjects(null, null, null, 4, 1, 0, 2, null, null, 0, 1,uid).getList();
+		List<JtBusinessProjectResult>projectResults=(List<JtBusinessProjectResult>) jtBusinessService.getProjects(null, null, null, 4, 1, 0, 2, null, null, 0, 0,uid).getList();
 		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(".")) {

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/companyProfile.html