Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
23e89f36
Commit
23e89f36
authored
Jun 03, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加字段
parent
1847a8ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OfficeRoomService.php
application/index/service/OfficeRoomService.php
+1
-1
OfficeGRoom.php
application/model/OfficeGRoom.php
+2
-2
No files found.
application/index/service/OfficeRoomService.php
View file @
23e89f36
...
...
@@ -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
)
{
...
...
application/model/OfficeGRoom.php
View file @
23e89f36
...
...
@@ -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'
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment