影响到其它地方了修改物料改为前端过滤
This commit is contained in:
@@ -57,9 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="name != null and name != ''">
|
<if test="name != null and name != ''">
|
||||||
and name like concat('%', #{name}, '%')
|
and name like concat('%', #{name}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="isName != null and isName != ''">
|
|
||||||
AND NAME IS NOT NULL AND NAME != ''
|
|
||||||
</if>
|
|
||||||
<if test="number != null ">
|
<if test="number != null ">
|
||||||
and number = #{number}
|
and number = #{number}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user