任务参数忽略双引号中的逗号

pull/111/MERGE
RuoYi 3 years ago
parent 0beecf7ea1
commit df760d3504

@ -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++)
{

Loading…
Cancel
Save