From 65a862121eebdced8d0918be2928146e827b9a25 Mon Sep 17 00:00:00 2001
From: sxu <602087911@qq.com>
Date: Wed, 16 Apr 2025 17:54:44 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A4=90=E6=AC=A1=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/alloc/AllocStallMapper.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/alloc/AllocStallMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/alloc/AllocStallMapper.xml
index 65fe0c7..5700041 100644
--- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/alloc/AllocStallMapper.xml
+++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/alloc/AllocStallMapper.xml
@@ -187,15 +187,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- delete from alloc_stall_meantime where stall_id = #{stallId}
+ delete from alloc_stall_mealtime where stall_id = #{stallId}
- insert into alloc_stall_time(stall_id, mealtime_type, mealtime_name, start_time, end_time)
+ insert into alloc_stall_mealtime(stall_id, mealtime_type, mealtime_name, start_time, end_time)
values
(