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