This commit is contained in:
sxu 2025-05-29 10:02:39 +08:00
parent e36f962cc8
commit 4fb078bbad
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectBasicCanteenVo">
select bc.canteen_id, bc.canteen_name, bc.area_id, bc.manager, bc.contact_tel, bc.biz_state,
bc.biz_start_time, bc.biz_end_time, bc.img_url, bc.enable_pay, bc.pay_types,
bc.if_delivery, bc.deliveries, bc.if_order, bc.if_book, bc.if_reserve, bc.if_pay_code, bc.del_flag
bc.if_delivery, bc.deliveries, bc.if_order, bc.if_book, bc.if_reserve, bc.if_pay_code, bc.del_flag,
bc.create_by, bc.create_time, bc.update_by, bc.update_time, ba.area_name
from basic_canteen bc
left join basic_area ba on bc.area_id = ba.area_id