Commit 299a99fc8c1b6d5689dfcc09d509937afa0a5ca2
1 parent
89dde92e84
Exists in
master
and in
6 other branches
修改末次月经bug
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 @
299a99f
... | ... | @@ -826,7 +826,7 @@ |
826 | 826 | if (CollectionUtils.isNotEmpty(antExRecordModels)) { |
827 | 827 | for (AntExRecordModel antExRecordModel : antExRecordModels) { |
828 | 828 | antExRecordModel.setLastMenses(lastMenstrualData); |
829 | - recordService.updateOne(antExRecordModel, antExChuModel.getId()); | |
829 | + recordService.updateOne(antExRecordModel, antExRecordModel.getId()); | |
830 | 830 | } |
831 | 831 | } |
832 | 832 | antExChuModel.setLastMenses(lastMenstrualData); |