From 6bdf0e83906004b11558b8f6a72643d7837c7afb Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Mon, 28 Jun 2021 11:18:34 +0800
Subject: [PATCH] screen-manage                      修复查询型号对应因子分页BUG

---
 screen-manage/src/main/java/com/moral/api/service/VersionService.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/screen-manage/src/main/java/com/moral/api/service/VersionService.java b/screen-manage/src/main/java/com/moral/api/service/VersionService.java
index a3e16ff..6843630 100644
--- a/screen-manage/src/main/java/com/moral/api/service/VersionService.java
+++ b/screen-manage/src/main/java/com/moral/api/service/VersionService.java
@@ -64,11 +64,20 @@
 
     /**
     * @Description: ������������id���������������������
-            * @Param: [id]
+            * @Param: [form]
             * @return: com.moral.api.pojo.dto.version.VersionDTO
             * @Author: ���������
             * @Date: 2021/6/9
             */
-    VersionDTO queryVersionById(Integer id);
+    VersionQueryDTO queryVersionById(VersionQueryByIdForm form);
+
+    /**
+    * @Description: ������������id������������
+            * @Param: [organizationId]
+            * @return: com.moral.api.pojo.dto.version.VersionQueryDTO
+            * @Author: ���������
+            * @Date: 2021/6/18
+            */
+    VersionQueryDTO queryByOrganizationId(Integer organizationId);
 
 }

--
Gitblit v1.8.0