设备管理

This commit is contained in:
luolm 2025-01-27 12:04:39 +08:00
parent 4998dcd2ee
commit 31a8fd9cb2
2 changed files with 343 additions and 2462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>