问题单修复

This commit is contained in:
zhuxinyu
2023-04-25 09:49:28 +08:00
parent a8a97f0f4c
commit 7ba970bc56
9 changed files with 56 additions and 55 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,
g.Flag reamFlowMeal
ifnull(g.Flag,0) reamFlowMeal
FROM
pq_line a
inner join pq_device h on a.id = h.id