修改bug

This commit is contained in:
2023-11-02 08:50:47 +08:00
parent a74e9ab915
commit 09720ef124

View File

@@ -410,7 +410,7 @@ public interface LineMapper extends BaseMapper<Line> {
"\t\tFROM\n",
"\t\t\tpq_line a\n",
"\t\tINNER JOIN pq_device b ON a.id = b.id\n",
"where b.com_flag = 0 and a.Pid in",
"where b.com_flag = 1 and a.Pid in",
"<foreach item='item' index='index' collection='items' open='(' separator=',' close=')'>",
"#{item}",
"</foreach>",