hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/controller/FaceController.java
@@ -76,8 +76,8 @@ @RequestMapping("/deleteNotify") public JSONObject deleteNotify(@RequestBody String mess){ faceServer.deleteNotify(mess); public JSONObject deleteNotify(){ faceServer.deleteNotify(); JSONObject jsonObject = new JSONObject(); jsonObject.put("code",0); jsonObject.put("msg","OK"); hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/FaceServer.java
@@ -17,5 +17,5 @@ void queryPer(String perId); void deleteNotify(String mess); void deleteNotify(); } hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/face/service/impl/FaceServerImpl.java
@@ -156,7 +156,8 @@ @Override @Transactional public void deleteNotify(String mess) { public void deleteNotify() { String mess = "{}"; logger.info("删除人员通知"+mess); JSONObject jsonObject = JSON.parseObject(mess); if(jsonObject.containsKey("success")&&jsonObject.getBooleanValue("success")){