Commit 23e89f36 authored by hujun's avatar hujun

增加字段

parent 1847a8ca
......@@ -215,7 +215,7 @@ class OfficeRoomService
$field = 'id,building_id,is_show,is_exclusive_type,is_rent,status,source,price_total,price,slotting_fee,';
$field .= 'management_fee,station_start,station_end,area,floor,room_number,floor_tag,enter_date,';
$field .= 'payment_month,deposit_month,age_limit_start,age_limit_end,is_register,is_partition,carport,decoration,';
$field .= 'rent_free,shop_sign';
$field .= 'rent_free,shop_sign,fee_rule';
$data = $this->m_office_room->getFindData($field, ['id' => $id]);
if ($data) {
......
......@@ -67,12 +67,12 @@ class OfficeGRoom extends BaseModel
$save_data['is_exclusive_type'] = $data['is_exclusive_type'];
}
//是否独家0否1是
//是否独家开始时间
if (isset($data['agent_start_time'])) {
$save_data['agent_start_time'] = $data['agent_start_time'];
}
//是否独家0否1是
//是否独家结束时间
if (isset($data['agent_end_time'])) {
$save_data['agent_end_time'] = $data['agent_end_time'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment