正式环境bug修改

This commit is contained in:
guoshengxiong 2024-07-02 14:33:02 +08:00
parent 16c9a9e4c7
commit 7102984088

View File

@ -216,7 +216,7 @@
LEFT JOIN company cp ON a.company_sn = cp.company_sn
INNER JOIN company b ON cp.parent_id = b.company_id
Left JOIN company f ON b.parent_id = f.company_id
where 1 = 1
where w1.is_pushed = 1
<if test="param.timeUnit == 'today'.toString()">
and w1.create_time &gt;= CONCAT(DATE_FORMAT(now(), '%Y-%m-%d'), ' 00:00:00')
</if>