| | |
| | | @Autowired |
| | | private ProductServiceMapper productServiceMapper; |
| | | |
| | | @Autowired |
| | | private ProclaimService proclaimService; |
| | | |
| | | |
| | | @Override |
| | | public CommonPage selectStandardizedTemplateList(StandardizedTemplate standardizedTemplate) { |
| | | boolean admin = SecurityUtils.adminUser(); |
| | |
| | | //部门 |
| | | SysDept sysDept = new SysDept(); |
| | | sysDept.setCompanyId(companyId.longValue()); |
| | | sysDept.setResponsType("1"); |
| | | // sysDept.setResponsType("1"); |
| | | List<TreeSelect> treeSelects = iSysDeptService.selectDeptTreeList(sysDept); |
| | | |
| | | //公司概况 |
| | | List<CompanySummary> companySummaries = companySummaryMapper.selectCompanySummaryList(companyId); |
| | | |
| | | List<Proclaim> proclaims = proclaimService.selectProclaimByCompanyId(companyId); |
| | | |
| | | map.put("proclaim",proclaims); |
| | | |
| | | //质量方针 |
| | | List<CompanyQualityPolicy> companyQualityPolicies = companyQualityPolicyMapper.selectCompanyQualityPolicyList(companyId); |
| | | //质量方针 |