From f22c4b9230808fed4fec80c435eccb4c833349a0 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 21 十月 2022 18:36:38 +0800 Subject: [PATCH] 2022.10.21 1.环境守法小程序后台功能首发版本完成 --- src/main/resources/mapper/RestaurantBaseInfoMapper.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/RestaurantBaseInfoMapper.xml b/src/main/resources/mapper/RestaurantBaseInfoMapper.xml index 4aef661..509559f 100644 --- a/src/main/resources/mapper/RestaurantBaseInfoMapper.xml +++ b/src/main/resources/mapper/RestaurantBaseInfoMapper.xml @@ -24,6 +24,9 @@ <result column="RB_Cooking_Oil_Type" property="rbCookingOilType" jdbcType="VARCHAR" /> <result column="RB_Cooking_Oil_Capacity" property="rbCookingOilCapacity" jdbcType="VARCHAR" /> <result column="RB_Concentration_Area" property="rbConcentrationArea" jdbcType="VARCHAR" /> + <result column="RB_Outfall_Count" property="rbOutfallCount" jdbcType="INTEGER" /> + <result column="RB_Outfall_Location" property="rbOutfallLocation" jdbcType="VARCHAR" /> + <result column="RB_Outfall_Num" property="rbOutfallNum" jdbcType="VARCHAR" /> <result column="RB_Extension1" property="rbExtension1" jdbcType="VARCHAR" /> <result column="RB_Extension2" property="rbExtension2" jdbcType="VARCHAR" /> <result column="RB_Extension3" property="rbExtension3" jdbcType="VARCHAR" /> @@ -36,7 +39,8 @@ RB_GUID, RB_Cuisine, RB_Cooking_Fumes_Type, RB_Peak_Period, RB_Indoor_Seating, RB_Outdoor_Seating, RB_Total_Seating, RB_Outdoor_Barbecue, RB_Open_Kitchen, RB_Environment, RB_Cooking_Range_Num, RB_Electric_Oven_Num, RB_Other_Cooker_Num, RB_Fresh_Air, RB_Air_Conditioner, RB_Exhaust_Fan, - RB_Cooking_Oil_Type, RB_Cooking_Oil_Capacity, RB_Concentration_Area, RB_Extension1, - RB_Extension2, RB_Extension3, RB_Remark + RB_Cooking_Oil_Type, RB_Cooking_Oil_Capacity, RB_Concentration_Area, RB_Outfall_Count, + RB_Outfall_Location, RB_Outfall_Num, RB_Extension1, RB_Extension2, RB_Extension3, + RB_Remark </sql> </mapper> \ No newline at end of file -- Gitblit v1.9.3