From ef1f9569e5c146fbdd796137bc30e13a13ae9fef Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期四, 19 十月 2023 13:26:24 +0800
Subject: [PATCH] 苏州配置文件简 化

---
 hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
index e024c60..d97109d 100644
--- a/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
+++ b/hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
@@ -156,11 +156,11 @@
 
     @Override
     @Transactional
-    public void deleteNotify(String mess) {
+    public void removeNotify(String mess) {
         logger.info("删除人员通知"+mess);
         JSONObject jsonObject = JSON.parseObject(mess);
         if(jsonObject.containsKey("success")&&jsonObject.getBooleanValue("success")){
-            JSONObject paramJson = jsonObject.getJSONObject("param");
+            JSONObject paramJson = jsonObject.getJSONObject("params");
             List<String> userIds = JSONArray.parseArray(paramJson.getString("userIds"),String.class);
             userMapper.syncResult(3,userIds);
         }

--
Gitblit v1.9.3