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