forked from dyf/fys-Multi-tenant
控制中心查询2
This commit is contained in:
@ -265,7 +265,7 @@
|
||||
and a.device_name like concat('%', #{criteria.deviceName}, '%')
|
||||
</if>
|
||||
<if test="criteria.deviceImei != null and criteria.deviceImei != ''">
|
||||
and (a.device_imei = #{criteria.deviceImei}
|
||||
and a.device_imei = #{criteria.deviceImei}
|
||||
</if>
|
||||
<if test="criteria.content != null and criteria.content != ''">
|
||||
AND a.device_imei = #{criteria.content} or a.device_mac = #{criteria.content}
|
||||
|
||||
Reference in New Issue
Block a user