退料查询

This commit is contained in:
mashuai 2025-03-10 16:22:17 +08:00
parent 5f5ba22e0d
commit b9d1914b13
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="keyWord != null and keyWord != ''">
and (baif.`code` like concat('%',#{keyWord},'%') or
mm.ma_code like concat('%',#{keyWord},'%') or
su.nick_name like concat('%',#{keyWord},'%'))
baif.back_person like concat('%',#{keyWord},'%'))
</if>
<if test="typeName != null and typeName != ''">
and mt2.type_name like concat('%',#{typeName},'%')