feat(ssalix): refs #7671 #7671 checkDates to present
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ea626821fc
commit
9c5f38648a
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue