typo
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
dedbccae19
commit
b421038bbe
|
@ -58,8 +58,7 @@ module.exports = Self => {
|
||||||
)
|
)
|
||||||
AND z.id IN (${paramsString})
|
AND z.id IN (${paramsString})
|
||||||
ORDER BY type='day' DESC, type='range' DESC, type='indefinitely' DESC) z
|
ORDER BY type='day' DESC, type='range' DESC, type='indefinitely' DESC) z
|
||||||
GROUP BY z.id
|
GROUP BY z.id`;
|
||||||
`;
|
|
||||||
|
|
||||||
return await Self.rawSql(query, paramsSql, myOptions);
|
return await Self.rawSql(query, paramsSql, myOptions);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue