From 19b2927073b5a2b14ca07939a6bfc0a0a34fe98c Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期三, 17 三月 2021 04:03:38 +0800
Subject: [PATCH] 修改bug
---
febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java b/febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java
index b6a5da9..a938787 100644
--- a/febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java
+++ b/febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/IEmpAccessoryService.java
@@ -50,7 +50,7 @@
*
* @param empAccessory empAccessory
*/
- void updateEmpAccessory(EmpAccessory empAccessory);
+ void updateEmpAccessory(EmpAccessory empAccessory) throws FebsException;
/**
* 删除
@@ -63,4 +63,12 @@
void mvFiles(String accessoryids,Long labelid,Long empId);
void singledownload(String empIds, Long labelid, HttpServletRequest request, HttpServletResponse response) throws Exception;
+
+
+ Integer getLabelCount(Long labelId);
+
+
+ void autoInstall(String fileids);
+
+ void getImage(String accessoryid,HttpServletResponse response) throws Exception;
}
--
Gitblit v1.8.0