This commit is contained in:
sxu 2024-12-16 17:23:17 +08:00
parent 1ecf93db48
commit d8125a1d38
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
or locate(#{keyWord},mt3.type_name) > 0 or locate(#{keyWord},mt3.type_name) > 0
or locate(#{keyWord},c.company_name) > 0 or locate(#{keyWord},c.company_name) > 0
or locate(#{keyWord},d.device_name) > 0 or locate(#{keyWord},d.device_name) > 0
or locate(#{keyWord},d.identify_code) > 0
) )
</if> </if>
and d.is_active='1' and d.is_active='1'