视频大屏高支模查询

This commit is contained in:
haozq 2025-04-16 14:57:24 +08:00
parent 843cc8951c
commit 4ff1d437e9
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="keyWord!=null and keyWord!=''">
and (tcd.dev_code like concat('%',#{keyWord},'%') or
tcd.dev_name like concat('%',#{keyWord},'%') or
tdt.type_name like concat('%',#{keyWord},'%')
)
</if>