正式环境bug修改
This commit is contained in:
parent
16c9a9e4c7
commit
7102984088
@ -216,7 +216,7 @@
|
|||||||
LEFT JOIN company cp ON a.company_sn = cp.company_sn
|
LEFT JOIN company cp ON a.company_sn = cp.company_sn
|
||||||
INNER JOIN company b ON cp.parent_id = b.company_id
|
INNER JOIN company b ON cp.parent_id = b.company_id
|
||||||
Left JOIN company f ON b.parent_id = f.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()">
|
<if test="param.timeUnit == 'today'.toString()">
|
||||||
and w1.create_time >= CONCAT(DATE_FORMAT(now(), '%Y-%m-%d'), ' 00:00:00')
|
and w1.create_time >= CONCAT(DATE_FORMAT(now(), '%Y-%m-%d'), ' 00:00:00')
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user