justOne, fix

This commit is contained in:
Wolfgang Ludger Hottgenroth 2021-11-30 19:14:31 +01:00
parent 2a74410bbe
commit 3647d859e8
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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']