From 189849927e37278c8bc03202bd714aca7a0f8f7d Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 10 十二月 2025 11:10:03 +0800
Subject: [PATCH] 修改功能

---
 multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java b/multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java
index ade9a4a..d50d895 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java
@@ -8,7 +8,7 @@
 import com.gkhy.exam.system.domain.StandardizedTemplate;
 
 public interface StandardizedTemplateService extends IService<StandardizedTemplate> {
-    CommonPage selectStandardizedTemplateList(Integer companyId,Integer templateType);
+    CommonPage selectStandardizedTemplateList(StandardizedTemplate standardizedTemplate);
 
     CommonResult insertStandardizedTemplate(StandardizedTemplate standardizedTemplate);
 
@@ -25,5 +25,5 @@
 
     CommonResult deletedStandardizedQuality(Integer id);
 
-
+    CommonResult getStandardizedQualityByCompanyId(Integer id);
 }

--
Gitblit v1.9.2