src/utils/utils.js
@@ -1707,7 +1707,7 @@ /* 失效验证 */ select @tbid='', @ErrorCode='',@retmsg='' select @tbid='X' from ${datasource} right join (select ID from dbo.SplitComma(@ID@)) sp on tb.id =sp.id where tb.id is null on tb.${primaryKey} =sp.id where tb.${primaryKey} is null If @tbid!='' Begin