Commit 5781141da19b72ac899a7bde3a0a09fc8e89c4a3

Authored by 陈杰
1 parent 713628be
Exists in master

中控

cloud/zkAttendance/src/main/java/com/sincere/att/controller/AttPushController.java
... ... @@ -86,7 +86,7 @@ public class AttPushController {
86 86 }
87 87 }
88 88  
89   - @RequestMapping(value = "sendUser/{roomId}" , method = RequestMethod.GET)
  89 + @RequestMapping(value = "sendFinger/{roomId}" , method = RequestMethod.GET)
90 90 public void sendFinger(@PathVariable int roomId){
91 91 JSONObject object = new JSONObject();
92 92 object.put("PageIndex",1);
... ...