From ad6e3932dfdd4f039cbf642afba919a9da484c7d Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 3 Jun 2025 10:32:39 +0800 Subject: [PATCH] =?UTF-8?q?h5=E9=A2=84=E8=AE=A2=E9=A4=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/cook/CookH5Mapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml index ff8587c..af20f52 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml @@ -139,7 +139,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join basic_canteen ac on mr.canteen_id = ac.canteen_id left join basic_stall ass on mr.stall_id = ass.stall_id where - bind_type = 2 + bind_type = 2 and mr.del_flag = '0'