Commit dde34e17fa495cd226c18ecfc04d36a6be934979
1 parent
209d28a770
Exists in
master
and in
6 other branches
修复bug
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java
View file @
dde34e1
... | ... | @@ -348,6 +348,7 @@ |
348 | 348 | update(userId, configId, model.getId(), paramModel); |
349 | 349 | } else { |
350 | 350 | // 新增 |
351 | + paramModel = getLevelByConfigId(paramModel, checkMonth); | |
351 | 352 | paramModel.setHospitalId(hospitalId); |
352 | 353 | paramModel.setCreateTime(new Date()); |
353 | 354 | paramModel.setCreateUser(userId.toString()); |