设备修改

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

View File

@ -69,7 +69,7 @@ public class AdminDeviceService {
//将设备类型放入-设备类型表维护客户质量管理人
adminDeviceTypeService.batchAddDeviceType(ImmutableList.of(deviceDTO.getDeviceType()));
//将设备机型
adminDeviceComponentService.batchAddModelNo(ImmutableList.of(deviceDTO.getDeviceType()));
adminDeviceComponentService.batchAddModelNo(ImmutableList.of(deviceDTO.getModelNo()));
}
/**