设备默认type
This commit is contained in:
parent
a3da1826fa
commit
fa2ab6008e
|
|
@ -112,6 +112,7 @@ public class TbPrintMachineServiceImpl implements TbPrintMachineService {
|
|||
tbPrintMachine.setConfig(ListUtil.toString(resources.getConfig()));
|
||||
}
|
||||
BeanUtils.copyProperties(resources,tbPrintMachine);
|
||||
tbPrintMachine.setConnectionType("network");
|
||||
return tbPrintMachineRepository.save(tbPrintMachine);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue