修改bug
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user