Commit 6b7946c4 by lzy

更新

parent 588cd8ca
......@@ -815,6 +815,10 @@ public class PlatElderServiceImpl extends ServiceImpl<PlatElderMapper, PlatElder
PlatElder db = getById(dto.getId());
BeanUtils.copyProperties(dto, db);
PlatElderAddDTO platElderAddDTO = new PlatElderAddDTO();
platElderAddDTO.setBedId(dto.getBedId());
checkBed(platElderAddDTO);
fillSpace(db);
db.setCheckInTime(LocalDateTime.now());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment