From 1def68140023fe6edb8ce47df21fe1ed0ae871e0 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 25 十二月 2022 09:42:30 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/service/show/ApplyService.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/lf/server/service/show/ApplyService.java b/src/main/java/com/lf/server/service/show/ApplyService.java
index 77c26af..bb3a16b 100644
--- a/src/main/java/com/lf/server/service/show/ApplyService.java
+++ b/src/main/java/com/lf/server/service/show/ApplyService.java
@@ -10,6 +10,7 @@
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 
+import java.sql.Timestamp;
 import java.util.ArrayList;
 import java.util.List;
 
@@ -26,13 +27,13 @@
     FlowService flowService;
 
     @Override
-    public Integer selectCount(Integer userid) {
-        return applyMapper.selectCount(userid);
+    public Integer selectCount(String uname, Integer status, Timestamp start, Timestamp end) {
+        return null;
     }
 
     @Override
-    public List<ApplyEntity> selectByPage(Integer userid, Integer limit, Integer offset) {
-        return applyMapper.selectByPage(userid, limit, offset);
+    public List<ApplyEntity> selectByPage(Integer userid, String uname, Integer status, Timestamp start, Timestamp end, Integer limit, Integer offset) {
+        return null;
     }
 
     @Override

--
Gitblit v1.9.3