Commit cb131a477f2e54459cbf5484e044a33c383e1b6e

Authored by liquanyu
1 parent 6ec67d7e55

服务

Showing 2 changed files with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ConfigServiceFacade.java View file @ cb131a4
... ... @@ -127,6 +127,7 @@
127 127 hospitalServiceContent.setSyncStatus(0);
128 128 hospitalServiceContent.setStatus(ps.getStatus());
129 129 hospitalServiceContent.setSerPrice(ps.getSerPrice());
  130 + hospitalServiceContent.setWeekPrice(ps.getWeekPrice());
130 131 hospitalServiceContentService.updateHospitalServiceContent(hospitalServiceContent);
131 132 } else {
132 133 ps.setId(UUID.randomUUID().toString().replace("-", ""));
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java View file @ cb131a4
... ... @@ -156,8 +156,7 @@
156 156 dmap.put("doctorPrice", hds.getDoctPrice());
157 157 dmap.put("devicePrice", hds.getDevicePrice());
158 158 dmap.put("deviceCon", hds.getDeviceCon());
159   - dmap.put("weekPrice", hds.getDevicePrice());
160   -
  159 + dmap.put("weekPrice", hds.getWeekPrice());
161 160 hsc.getDoctIds().add(dmap);
162 161 }
163 162 }