| | |
| | | |
| | | @Service |
| | | @AllArgsConstructor |
| | | public class InterphoneSubService extends BaseServiceImpl<InterphoneSubMapper, InterphoneSub> { |
| | | public class InterphoneSubService extends BaseServiceImpl<InterphoneSubMapper, InterphoneSub> { |
| | | |
| | | private final InterphoneSubMapper interphoneSubMapper; |
| | | |
| | |
| | | /** |
| | | * 修改子设备 |
| | | */ |
| | | public boolean updateSub(Integer id,InterphoneSubParam interphoneSubParam) { |
| | | public boolean updateSub(Integer id, InterphoneSubParam interphoneSubParam) { |
| | | InterphoneSub byId = getById(id); |
| | | if (byId == null) { |
| | | return false; |