Commit 47f4d3cd5f21ba51e906bd94aeec2f927fdfda7a

Authored by litao@lymsh.com
1 parent 168d78b485

体重管理修改接口 加上同步修改体重数据的逻辑

Showing 2 changed files with 1 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 47f4d3c
... ... @@ -32,7 +32,6 @@
32 32 import com.lyms.platform.pojo.*;
33 33 import com.lyms.platform.query.*;
34 34 import org.apache.commons.collections.CollectionUtils;
35   -import org.apache.lucene.util.BytesRefHash;
36 35 import org.springframework.beans.factory.annotation.Autowired;
37 36 import org.springframework.beans.factory.annotation.Qualifier;
38 37 import org.springframework.data.domain.Sort;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 47f4d3c
... ... @@ -162,7 +162,7 @@
162 162 param.put("doctorName", couponMapper.findUserName(userId + ""));
163 163 param.put("patientId", patients.getId());
164 164 param.put("hospitalName", couponMapper.findHospitalNameById(hospitalId));
165   - param.put("foreignId", hospitalId);
  165 + param.put("foreignId", userId + "");
166 166 String s = HttpClientUtil.doPost(patSerSyncUrl + "/grWeContr/bindDoctorUser", param, "UTF-8");
167 167 // String s = HttpClientUtil.doPost("http://localhost:9092/grWeContr/bindDoctorUser", param, "UTF-8");
168 168 System.out.println("绑定医生和患者的关系>>. " + s + " param: " + param);