查询在线设备车牌
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
<if test="sn != null "> and se.sequence = #{sn}</if>
|
<if test="sn != null "> and se.sequence = #{sn}</if>
|
||||||
<if test="delFlag != null "> and ci.del_flag = #{delFlag}</if>
|
<if test="delFlag != null "> and ci.del_flag = #{delFlag}</if>
|
||||||
<if test="sync != null "> and cpr.sync = #{sync}</if>
|
<if test="sync != null "> and cpr.sync = #{sync}</if>
|
||||||
|
and se.flag = 0
|
||||||
limit 10
|
limit 10
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user