设备修改
This commit is contained in:
parent
5c9979f7b2
commit
1b68810732
|
|
@ -57,7 +57,7 @@ public class AdminDeviceService {
|
|||
|
||||
adminDeviceTypeService.batchAddDeviceType(ImmutableList.of(deviceDTO.getDeviceType()));
|
||||
//将设备机型
|
||||
adminDeviceComponentService.batchAddModelNo(ImmutableList.of(deviceDTO.getDeviceType()));
|
||||
adminDeviceComponentService.batchAddModelNo(ImmutableList.of(deviceDTO.getModelNo()));
|
||||
}
|
||||
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
|
|
|
|||
Loading…
Reference in New Issue