|
|
|
@@ -127,6 +127,7 @@ |
|
|
|
|
|
|
|
<result column="out_date_notify_days" jdbcType="INTEGER" property="outDateNotifyDays"/> |
|
|
|
<result column="out_date_notify_phone" jdbcType="VARCHAR" property="outDateNotifyPhone"/> |
|
|
|
<result column="design_file" jdbcType="VARCHAR" property="designFile"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
@@ -144,7 +145,7 @@ |
|
|
|
`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,bus_discount_ratio,bus_discount_time, |
|
|
|
bussiness_management_fee,bussiness_management_fee_ratio_way,bussiness_management_fee_ratio, |
|
|
|
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days,out_date_notify_phone |
|
|
|
operating_management_fee,operating_management_fee_ratio_way,operating_management_fee_ratio,out_date_notify_days,out_date_notify_phone,design_file |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
|