Commit 774ec54c8110aa24d7e5d697f42989c21cb8b699
1 parent
e7c70d8987
Exists in
master
and in
1 other branch
add risk enum color
Showing 1 changed file with 1 additions and 1 deletions
platform-data-api/src/main/java/com/lyms/platform/data/controller/TaskController.java
View file @
774ec54
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | dataImportTaskService.fullUpdateUsers(); |
65 | 65 | writeString(response, "success"); |
66 | 66 | } else if ("fullUpdatePatients".equals(sid)) { |
67 | - dataImportTaskService.fullUpdatePatients(); | |
67 | + dataImportTaskService.fullUpdatePuerpera(); | |
68 | 68 | writeString(response, "success"); |
69 | 69 | }else if("updateCommunity".equals(sid)){ |
70 | 70 | dataImportTaskService.updateCommunity(); |