设备修改

This commit is contained in:
luolm 2025-02-13 23:00:23 +08:00
parent 5c9979f7b2
commit 1b68810732
1 changed files with 1 additions and 1 deletions

View File

@ -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)