Browse Source

系统上的修改

yzx 5 months ago
parent
commit
2b01e8739d

+ 2 - 0
yudao-module-as/yudao-module-as-api/src/main/java/cn/iocoder/yudao/module/as/aidingstudentscollegemanage/AidingStudentsCollegeManageApi.java

@@ -8,5 +8,7 @@ import java.util.Set;
 public interface AidingStudentsCollegeManageApi {
 public interface AidingStudentsCollegeManageApi {
 
 
     AidingStudentsCollegeManageDTO getManageId(String ProcessInstanceId);
     AidingStudentsCollegeManageDTO getManageId(String ProcessInstanceId);
+
     Set<Long> getAidingStudentsCollegeAssistant(Long collegeId, Long manageId);
     Set<Long> getAidingStudentsCollegeAssistant(Long collegeId, Long manageId);
+
 }
 }

+ 22 - 0
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/api/aidingstudentscollegemanage/AidingStudentsCollegeManageApiImpl.java

@@ -0,0 +1,22 @@
+package cn.iocoder.yudao.module.as.api.aidingstudentscollegemanage;
+
+import cn.iocoder.yudao.framework.common.util.object.BeanUtils;
+import cn.iocoder.yudao.module.as.aidingstudentscollegemanage.AidingStudentsCollegeManageApi;
+import cn.iocoder.yudao.module.as.aidingstudentscollegemanage.dto.AidingStudentsCollegeManageDTO;
+import org.springframework.stereotype.Service;
+import java.util.Set;
+import javax.annotation.Resource;
+@Service
+public class AidingStudentsCollegeManageApiImpl implements AidingStudentsCollegeManageApi {
+
+    @Override
+    public AidingStudentsCollegeManageDTO getManageId(String ProcessInstanceId) {
+        return null;
+    }
+
+    @Override
+    public Set<Long> getAidingStudentsCollegeAssistant(Long collegeId, Long manageId) {
+        return null;
+    }
+
+}

+ 18 - 18
yudao-server/pom.xml

@@ -41,11 +41,11 @@
 
 
 
 
         <!-- 数据报表。默认注释,保证编译速度 -->
         <!-- 数据报表。默认注释,保证编译速度 -->
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-report-biz</artifactId>
-            <version>${revision}</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-report-biz</artifactId>-->
+<!--            <version>${revision}</version>-->
+<!--        </dependency>-->
         <!-- 工作流。默认注释,保证编译速度 -->
         <!-- 工作流。默认注释,保证编译速度 -->
         <dependency>
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
             <groupId>cn.iocoder.boot</groupId>
@@ -60,29 +60,29 @@
 <!--        </dependency>-->
 <!--        </dependency>-->
 
 
         <!-- 微信公众号模块。默认注释,保证编译速度 -->
         <!-- 微信公众号模块。默认注释,保证编译速度 -->
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-mp-biz</artifactId>
-            <version>${revision}</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-mp-biz</artifactId>-->
+<!--            <version>${revision}</version>-->
+<!--        </dependency>-->
 
 
         <!-- 数据报表分析模块。默认注释,保证编译速度 -->
         <!-- 数据报表分析模块。默认注释,保证编译速度 -->
 
 
 
 
         <!-- 综测模块。默认注释,保证编译速度 -->
         <!-- 综测模块。默认注释,保证编译速度 -->
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-eve-biz</artifactId>
-            <version>${revision}</version>
-        </dependency>
-
-<!--        &lt;!&ndash; 助学模块。默认注释,保证编译速度 &ndash;&gt;-->
 <!--        <dependency>-->
 <!--        <dependency>-->
 <!--            <groupId>cn.iocoder.boot</groupId>-->
 <!--            <groupId>cn.iocoder.boot</groupId>-->
-<!--            <artifactId>yudao-module-as-biz</artifactId>-->
+<!--            <artifactId>yudao-module-eve-biz</artifactId>-->
 <!--            <version>${revision}</version>-->
 <!--            <version>${revision}</version>-->
 <!--        </dependency>-->
 <!--        </dependency>-->
 
 
+<!--        &lt;!&ndash; 助学模块。默认注释,保证编译速度 &ndash;&gt;-->
+        <dependency>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-module-as-biz</artifactId>
+            <version>${revision}</version>
+        </dependency>
+
 
 
 
 
         <!-- spring boot 配置所需依赖 -->
         <!-- spring boot 配置所需依赖 -->