feat(ssalix): refs #7671 #7671 checkDates to present
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-07-12 00:24:26 +02:00
parent ea626821fc
commit 9c5f38648a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ module.exports = Self => {
if (ctx.req.query.showBadDates === 'true') {
stmt.merge({
sql: `WHERE
fp.started< fp.ended `});
fp.started> util.VN_CURDATE() `});
}
stmt.merge(conn.makeSuffix(filter));