This commit is contained in:
xy
2025-12-19 10:18:13 +08:00
parent 212db18835
commit 2b79cefad6

View File

@@ -51,7 +51,7 @@
left join pq_line_detail t7 on t1.Line_Id = t7.Id
left join sys_dict_data t8 on t7.Load_Type = t8.Id
WHERE
(t1.total + t1.flicker) > 0
t1.total > 0
<if test="lineIds!=null and lineIds.size > 0">
and Line_Id in
<foreach collection="lineIds" item="item" open="(" close=")" separator=",">