Commit f105946ccb914cab620e8f133d0ebf49dd58ec84

Authored by jiangjiazhi
1 parent 0975633eb1

1

Showing 1 changed file with 1 additions and 0 deletions

platform-data-api/src/main/java/com/lyms/platform/data/controller/TaskController.java View file @ f105946
... ... @@ -109,6 +109,7 @@
109 109 writeString(response, "success");
110 110 }else if("addSieveJob".equals(sid)){
111 111 patientsService.addSieveJob();
  112 + writeString(response, "success");
112 113 }
113 114  
114 115 else {