影响到其它地方了修改物料改为前端过滤

This commit is contained in:
zhou-hongcheng
2026-03-14 09:02:39 +08:00
parent d7dd8a4567
commit ea7f4bca56
@@ -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>