diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialMapper.xml
index 5ef5caa..f0581a9 100644
--- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialMapper.xml
+++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialMapper.xml
@@ -94,7 +94,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
cm.material_id = #{materialId}
- and cm.goods_type = #{goodsType}
@@ -103,7 +102,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
material_code = #{materialCode}
and material_id != #{materialId}
- and cm.goods_type = #{goodsType}
@@ -112,7 +110,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
material_name = #{materialName}
and material_id != #{materialId}
- and cm.goods_type = #{goodsType}