Commit d36398a6874028d696528c652775cfa726b8266d
1 parent
6ae3c5e3be
Exists in
master
and in
6 other branches
服务开通数据同步
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
d36398a
... | ... | @@ -504,6 +504,7 @@ |
504 | 504 | for (PatientService ps : patientServices) { |
505 | 505 | JSONObject jsonObject = new JSONObject(); |
506 | 506 | jsonObject.put("id", ps.getId()); |
507 | + jsonObject.put("orderId", ps.getOrderId()); | |
507 | 508 | jsonObject.put("parentid", ps.getParentid()); |
508 | 509 | jsonObject.put("pid", ps.getPid()); |
509 | 510 | jsonObject.put("serType", ps.getSerType()); |