设备管理
This commit is contained in:
parent
4998dcd2ee
commit
31a8fd9cb2
File diff suppressed because it is too large
Load Diff
|
|
@ -6,7 +6,7 @@
|
|||
<if test="query.deviceType!=null and query.deviceType!=''">
|
||||
and device_type=#{query.deviceType}
|
||||
</if>
|
||||
<if test="query.cqmPersonName!=null and query.cqmPersonName!=''">
|
||||
<if test="query.cqmPersonName!=null and query.cqmPersonName!=''">
|
||||
and cqm_person_name like concat('%', #{query.cqmPersonName},'%')
|
||||
</if>
|
||||
</sql>
|
||||
|
|
|
|||
Loading…
Reference in New Issue