|
|
|
@@ -84,6 +84,7 @@ |
|
|
|
<result column="first_bill_receive_date" jdbcType="TIMESTAMP" property="firstBillReceiveDate"/> |
|
|
|
<result column="shop_id_str" jdbcType="VARCHAR" property="shopIdStr"/> |
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark"/> |
|
|
|
<result column="revenue_minimum_method" jdbcType="INTEGER" property="revenueMinimumMethod"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -99,7 +100,8 @@ |
|
|
|
`business_type`,`rent_info`, `file_names`,price_unit,rent_price,other_rent_price_info,`subject_name`,rent_start_type, |
|
|
|
`rent_input_way`,`adjust_ratio_way`,`operation_type`,late_pay_ratio,late_pay_day,first_bill_receive_date, |
|
|
|
bussiness_management_fee,bussiness_management_fee_ratio_way,bussiness_management_fee_ratio,shop_id_str, |
|
|
|
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days,out_date_notify_phone,design_file,remark |
|
|
|
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days, |
|
|
|
out_date_notify_phone,design_file,remark,revenue_minimum_method |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
|