mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2026-04-30 01:02:40 +08:00
定时任务cron表达式验证
This commit is contained in:
+8
-2
@@ -198,8 +198,14 @@ public class LogAspect
|
||||
{
|
||||
if (!isFilterObject(paramsArray[i]))
|
||||
{
|
||||
Object jsonObj = JSON.toJSON(paramsArray[i]);
|
||||
params += jsonObj.toString() + " ";
|
||||
try
|
||||
{
|
||||
Object jsonObj = JSON.toJSON(paramsArray[i]);
|
||||
params += jsonObj.toString() + " ";
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user