|
@@ -142,7 +142,7 @@
|
|
</if>
|
|
</if>
|
|
<if test="queryPage.no != null and queryPage.no != ''">
|
|
<if test="queryPage.no != null and queryPage.no != ''">
|
|
and (
|
|
and (
|
|
- LOCATE(#{queryPage.no}, info.device_id) > 0 or LOCATE(#{queryPage.no}, info.merc_device_code) > 0 or LOCATE(#{queryPage.no}, sysinfo.device_sn) > 0
|
|
|
|
|
|
+ LOCATE(#{queryPage.no}, info.merc_device_code) > 0 or LOCATE(#{queryPage.no}, sysinfo.device_sn) > 0or LOCATE(#{queryPage.no}, sysinfo.sim_iccid) > 0
|
|
)
|
|
)
|
|
</if>
|
|
</if>
|
|
<if test="queryPage.activeState != null">
|
|
<if test="queryPage.activeState != null">
|