大屏二级页面模糊查询
This commit is contained in:
parent
35e264680c
commit
9811e4bc1e
|
|
@ -956,7 +956,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
WHERE
|
||||
bpl.lot_id = #{lotId}
|
||||
<if test="code != null and code != ''">
|
||||
and lai.code = #{code}
|
||||
and lai.code like concat('%', #{code}, '%')
|
||||
</if>
|
||||
<if test="typeId != null">
|
||||
and mt.type_id = #{typeId}
|
||||
|
|
|
|||
Loading…
Reference in New Issue