7953-devToTest_2438 #2942

Merged
alexm merged 199 commits from 7953-devToTest_2438 into test 2024-09-10 07:22:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9c5f38648a - Show all commits

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));