定时任务导出增加并发执行字段

This commit is contained in:
RuoYi
2019-03-13 20:24:12 +08:00
parent e34b4ea63d
commit 47f5d7a7b7
6 changed files with 4 additions and 12 deletions

View File

@@ -33,11 +33,6 @@ public class JobInvokeUtil
* @param bean 目标对象
* @param methodName 方法名称
* @param methodParams 方法参数
* @throws InvocationTargetException
* @throws SecurityException
* @throws NoSuchMethodException
* @throws IllegalArgumentException
* @throws IllegalAccessException
*/
private static void invokeSpringBean(Object bean, String methodName, String methodParams)
throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException,