due_at fix
This commit is contained in:
@ -129,6 +129,14 @@ SELECT
|
||||
#end for
|
||||
FROM ${table.name}_t
|
||||
WHERE ${column.name} = %s
|
||||
#if $table.selectors
|
||||
ORDER BY
|
||||
#set $sep = ""
|
||||
#for $selector in $table.selectors
|
||||
$sep$selector
|
||||
#set $sep = ","
|
||||
#end for
|
||||
#end if
|
||||
""",
|
||||
"params": (${column.name}Id, )
|
||||
}
|
||||
|
Reference in New Issue
Block a user