|
|
@@ -188,7 +188,7 @@ public class DevicePermissVerifyService {
|
|
|
}
|
|
|
}
|
|
|
deviceUserParam.setUseTime(stopWatch.getTotalTimeMillis());
|
|
|
- log.info("权限验证:{}", stopWatch.prettyPrint());
|
|
|
+ log.info("权限验证:{} {}", stopWatch.prettyPrint(), msg);
|
|
|
if (!hasPermission) {
|
|
|
return ResultContent.buildFail(msg);
|
|
|
}
|