Commit f3003bfa2515be3f34417432fc5d3831510bbffc
1 parent
3506c52923
Exists in
master
and in
6 other branches
服务同步
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
f3003bf
... | ... | @@ -539,7 +539,7 @@ |
539 | 539 | List<JSONObject> jsonArray = new ArrayList<>(); |
540 | 540 | for (PatientService ps : patientServices) { |
541 | 541 | JSONObject jsonObject = new JSONObject(); |
542 | - jsonObject.put("userId", ps.getId()); | |
542 | + jsonObject.put("id", ps.getId()); | |
543 | 543 | jsonObject.put("orderId", ps.getOrderId()); |
544 | 544 | jsonObject.put("parentid", ps.getParentid()); |
545 | 545 | jsonObject.put("pid", ps.getPid()); |