添加异步发送给消息给前置操作
This commit is contained in:
@@ -3582,6 +3582,7 @@ public class TerminalBaseServiceImpl extends ServiceImpl<LineMapper, Line> imple
|
||||
|
||||
|
||||
@Override
|
||||
@Async
|
||||
public void askRestartDevice(String devId, String deviceRebootType) {
|
||||
DeviceProcess one = deviceProcessService.lambdaQuery().eq(DeviceProcess::getId, devId).one();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user