设备修改
This commit is contained in:
parent
25f6282920
commit
5c9979f7b2
|
|
@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue