以下代码出现错误
def sqlQueryREC="""select jiraissue.id
from jiraissue WITH (NOLOCK)
inner join project WITH (NOLOCK)
on jiraissue.project = project.id
inner join issuestatus ji WITH (NOLOCK)
on jiraissue.issuestatus=ji.id
where project.pkey = 'SWDEV'
and jiraissue.issuetype in (select id from issuetype where pname in('Defect')""";
groovy.lang.MissingMethodException:方法的无签名:java.lang.String.positive()适用于参数类型:()值:[]可能的解决方案:notify(),size(),size(), tokenize()