mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	任务参数忽略双引号中的逗号
This commit is contained in:
		@@ -110,7 +110,7 @@ public class JobInvokeUtil
 | 
			
		||||
        {
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
        String[] methodParams = methodStr.split(",");
 | 
			
		||||
        String[] methodParams = methodStr.split(",(?=(?:[^\']*\"[^\']*\')*[^\']*$)");
 | 
			
		||||
        List<Object[]> classs = new LinkedList<>();
 | 
			
		||||
        for (int i = 0; i < methodParams.length; i++)
 | 
			
		||||
        {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user