|
@@ -155,7 +155,7 @@ public class BizClinicRoomServiceImpl implements IBizClinicRoomService {
|
|
|
updateSource.setDeptName(null);
|
|
updateSource.setDeptName(null);
|
|
|
updateSource.setDeptId(null);
|
|
updateSource.setDeptId(null);
|
|
|
}
|
|
}
|
|
|
- return baseRepository.updateById(clinicRoomPO)!=0;
|
|
|
|
|
|
|
+ return baseRepository.updateById(updateSource)!=0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|