From 8887b38b8e2f88391ebff13c42547b9eeaabe015 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Tue, 3 Jun 2025 10:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=9F=E5=A0=82-=E8=8F=9C=E5=93=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/cook/CookDishesMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookDishesMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookDishesMapper.xml index 980dcd5..491eb17 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookDishesMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookDishesMapper.xml @@ -165,7 +165,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and cd.glycemic_index = #{glycemicIndex} and cd.sort = #{sort} and cd.canteen_id = #{canteenId} - and (cd.shopstall_id = #{stallId} or cd.shopstall_id is null or cd.shopstall_id == '') + and (cd.shopstall_id = #{stallId} or cd.shopstall_id is null or cd.shopstall_id = '') and cd.hide_flag = #{hideFlag} and cd.convert_flag = #{convertFlag} and cd.material_cost = #{materialCost}