Commit c5afa8a89a38539d7837635e482355416c31ce0e
1 parent
f83430e09b
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/service/impl/PatientWeightServiceImpl.java
View file @
c5afa8a
... | ... | @@ -345,6 +345,7 @@ |
345 | 345 | |
346 | 346 | if(StringUtils.isEmpty(patientWeight.getId()) && patients != null) { |
347 | 347 | // patientWeight.setId(UUID.randomUUID().toString().replaceAll("-", "")); |
348 | + | |
348 | 349 | patientWeight.setCreated(new Date()); |
349 | 350 | patientWeight.setHospitalId(patients.getHospitalId()); |
350 | 351 | if(StringUtils.isNotBlank(patientWeight.getBeforeWeight()) && patientWeight.getBeforeHeight() != null) { |