From 26129929bb066e4d189c1a2c928bd2749b958f55 Mon Sep 17 00:00:00 2001
From: sxu <602087911@qq.com>
Date: Mon, 30 Jun 2025 17:38:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89supermarket=5Fmaterial?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/cook/CookMaterialMapper.xml | 3 ---
1 file changed, 3 deletions(-)
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}