justOne, fix
This commit is contained in:
parent
2a74410bbe
commit
3647d859e8
@ -98,7 +98,12 @@ FROM $types[$operation['resultType']['apiName']]['sqlName']#slurp
|
||||
#else
|
||||
$operation['statement']#slurp
|
||||
#end if
|
||||
", $operation['isList'], #slurp
|
||||
", #slurp
|
||||
#if $operation['isList']
|
||||
true, #slurp
|
||||
#else
|
||||
false, #slurp
|
||||
#end if
|
||||
#if $operation['bodyInputType']
|
||||
$operation['bodyInputType']['apiName']#slurp
|
||||
#elif $operation['paramInputTypes']
|
||||
|
Loading…
x
Reference in New Issue
Block a user