物料条码模糊查询
This commit is contained in:
+2
-2
@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and material_name like concat('%', #{materialName}, '%')
|
and material_name like concat('%', #{materialName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="barCode != null and barCode != ''">
|
<if test="barCode != null and barCode != ''">
|
||||||
and bar_code = #{barCode}
|
and bar_code like concat('%',#{barCode},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
||||||
and material_classify_code = #{materialClassifyCode}
|
and material_classify_code = #{materialClassifyCode}
|
||||||
@@ -205,7 +205,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and material_name like concat('%', #{materialName}, '%')
|
and material_name like concat('%', #{materialName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="barCode != null and barCode != ''">
|
<if test="barCode != null and barCode != ''">
|
||||||
and bar_code = #{barCode}
|
and bar_code like concat('%',#{barCode},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
||||||
and material_classify_code = #{materialClassifyCode}
|
and material_classify_code = #{materialClassifyCode}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and material_name like concat('%', #{materialName}, '%')
|
and material_name like concat('%', #{materialName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="barCode != null and barCode != ''">
|
<if test="barCode != null and barCode != ''">
|
||||||
and bar_code = #{barCode}
|
and bar_code like concat('%',#{barCode},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
<if test="materialClassifyCode != null and materialClassifyCode != ''">
|
||||||
and material_classify_code = #{materialClassifyCode}
|
and material_classify_code = #{materialClassifyCode}
|
||||||
|
|||||||
Reference in New Issue
Block a user