Commit 1a053bd452587b0c272dd9b5c69acf1efd9ede47

Authored by zhangchao
1 parent 227142f0b8
Exists in dev

#fix:优化血糖管理编辑逻辑

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodSugarServiceImpl.java View file @ 1a053bd
... ... @@ -123,7 +123,7 @@
123 123 if(null!=bloodSugar.getIsPrint()){
124 124 one.setIsPrint(bloodSugar.getIsPrint());
125 125 }
126   - bloodSugar.setRiskFactorId(patients.getRiskFactorId());
  126 + one.setRiskFactorId(patients.getRiskFactorId());
127 127 bloodSugarService.update(one);
128 128 return RespBuilder.buildSuccess(one.getId());
129 129 }