查询在线设备车牌

This commit is contained in:
zc
2026-06-22 10:36:48 +08:00
parent 52c092cde7
commit 056671d690

View File

@@ -71,6 +71,7 @@
<if test="sn != null "> and se.sequence = #{sn}</if>
<if test="delFlag != null "> and ci.del_flag = #{delFlag}</if>
<if test="sync != null "> and cpr.sync = #{sync}</if>
and se.flag = 0
limit 10
</where>
</select>