From f0eaa3605bb2d87d94b0e8240d347c171a67123d Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期一, 02 九月 2024 11:38:09 +0800
Subject: [PATCH] 个人文档查询数量bug

---
 src/main/java/com/product/file/service/ide/IDocumentService.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/product/file/service/ide/IDocumentService.java b/src/main/java/com/product/file/service/ide/IDocumentService.java
index ac3ca02..87a2577 100644
--- a/src/main/java/com/product/file/service/ide/IDocumentService.java
+++ b/src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -4,7 +4,6 @@
 import com.product.core.entity.DataTableEntity;
 import com.product.core.entity.FieldSetEntity;
 import com.product.core.exception.BaseException;
-import org.jsoup.Connection;
 
 /**
  * Copyright LX-BASE
@@ -136,14 +135,14 @@
    * @throws BaseException
    */
 
-  DataTableEntity getApplayFileSort() throws BaseException;
+  DataTableEntity getApplyFileSort() throws BaseException;
 
   /**
    * 鑾峰彇鍊熼槄浜烘帓鍚�
    * @return
    * @throws BaseException
    */
-  DataTableEntity getApplayUserSort() throws BaseException;
+  DataTableEntity getApplyUserSort() throws BaseException;
 
   /**
    * 鑾峰彇鍊熼槄璇︽儏淇℃伅
@@ -151,6 +150,6 @@
    * @return
    * @throws BaseException
    */
-  FieldSetEntity getApplayInfo(FieldSetEntity fes) throws  BaseException;
+  FieldSetEntity getApplyInfo(FieldSetEntity fes) throws  BaseException;
 
 }

--
Gitblit v1.9.2