From c92039ca6bfce02da3e277736a291a2e28007483 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 16 Jun 2025 18:22:15 +0800 Subject: [PATCH] bug 6362 --- .../resources/mapper/supermarket/SupermarketInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/supermarket/SupermarketInfoMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/supermarket/SupermarketInfoMapper.xml index 7edb88b..b8c53d6 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/supermarket/SupermarketInfoMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/supermarket/SupermarketInfoMapper.xml @@ -73,7 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - where si.supermarket_name = #{supermarketName} and si.area_id = #{areaId} + where si.supermarket_name = #{supermarketName} and si.area_id = #{areaId} and si.del_flag = '0'