| multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java
@@ -58,7 +58,7 @@ } PageUtils.startPage(); List<StandardizedTemplate> standardizedTemplates =new ArrayList<>(); if (templateType==2){ if (templateType==2 || templateType==4){ standardizedTemplates = standardizedTemplateMapper.selectStandardizedTemplateListV2(companyId, templateType, null); }else { standardizedTemplates = standardizedTemplateMapper.selectStandardizedTemplateList(companyId, templateType);