Commit f83430e09be9e641fa4cf1864342c8654a179d60

Authored by litao@lymsh.com
1 parent 81bb97c4a7

改同步逻辑

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ f83430e
... ... @@ -344,7 +344,7 @@
344 344 }
345 345  
346 346 if(StringUtils.isEmpty(patientWeight.getId()) && patients != null) {
347   - patientWeight.setId(UUID.randomUUID().toString().replaceAll("-", ""));
  347 +// patientWeight.setId(UUID.randomUUID().toString().replaceAll("-", ""));
348 348 patientWeight.setCreated(new Date());
349 349 patientWeight.setHospitalId(patients.getHospitalId());
350 350 if(StringUtils.isNotBlank(patientWeight.getBeforeWeight()) && patientWeight.getBeforeHeight() != null) {