From 462a49ceb1af1dd7d043d866c5dc8f0b8df1206b Mon Sep 17 00:00:00 2001
From: 18756 <1875631620@qq.com>
Date: 星期四, 29 八月 2024 18:04:45 +0800
Subject: [PATCH] 文档查询优化8.29

---
 src/main/java/com/product/file/service/ide/IDocumentService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 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 2e06cfb..87a2577 100644
--- a/src/main/java/com/product/file/service/ide/IDocumentService.java
+++ b/src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -135,14 +135,14 @@
    * @throws BaseException
    */
 
-  DataTableEntity getApplayFileSort() throws BaseException;
+  DataTableEntity getApplyFileSort() throws BaseException;
 
   /**
    * 鑾峰彇鍊熼槄浜烘帓鍚�
    * @return
    * @throws BaseException
    */
-  DataTableEntity getApplayUserSort() throws BaseException;
+  DataTableEntity getApplyUserSort() throws BaseException;
 
   /**
    * 鑾峰彇鍊熼槄璇︽儏淇℃伅
@@ -150,6 +150,6 @@
    * @return
    * @throws BaseException
    */
-  FieldSetEntity getApplayInfo(FieldSetEntity fes) throws  BaseException;
+  FieldSetEntity getApplyInfo(FieldSetEntity fes) throws  BaseException;
 
 }

--
Gitblit v1.9.2