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 (