问题单修复

This commit is contained in:
zhuxinyu
2023-04-25 10:12:04 +08:00
parent 21cd4033d9
commit ed67b465e4
2 changed files with 1 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ FROM
a.level,
h.ip,
ifnull(f.Flow,(select flow from cld_flow_meal where type = 0 and flag = 1)) baseFlowMeal,
ifnull(g.Flag,0) reamFlowMeal
ifnull(g.Flow,0) reamFlowMeal
FROM
pq_line a
inner join pq_device h on a.id = h.id