增加调试日志

This commit is contained in:
谷成伟 2024-11-07 16:06:39 +08:00
parent 20ecefbdd6
commit cab358a330

View File

@ -42,6 +42,7 @@ public class ManualOperatorController {
String deviceId = String.valueOf(cmdInfo.getDeviceId());
try {
optService.executeOperation(request, cmdInfo);
log.info("设备[{}]遥控成功", deviceId);
}
catch (Exception ex){
log.error("设备遥控失败", ex);