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
f8dca689
Commit
f8dca689
authored
Apr 09, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
//
parent
9c59aea7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HouseService.php
application/index/service/HouseService.php
+2
-2
No files found.
application/index/service/HouseService.php
View file @
f8dca689
...
@@ -141,9 +141,9 @@ class HouseService
...
@@ -141,9 +141,9 @@ class HouseService
if
(
!
empty
(
$data
[
'shop_area_start'
])
&&
$data
[
'shop_area_start'
]
!=
$house_data
[
0
][
'shop_area_start'
])
{
if
(
!
empty
(
$data
[
'shop_area_start'
])
&&
$data
[
'shop_area_start'
]
!=
$house_data
[
0
][
'shop_area_start'
])
{
$remark
.=
',街铺面积:'
.
$house_data
[
0
][
'shop_area_start'
]
.
'修改为'
.
$data
[
'shop_area_start'
];
$remark
.=
',街铺面积:'
.
$house_data
[
0
][
'shop_area_start'
]
.
'修改为'
.
$data
[
'shop_area_start'
];
}
}
var_dump
(
$landlord_phone_old
);
die
;
$m_operating
->
record
(
$agent_id
,
6
,
$remark
,
$data
[
'id'
]);
$m_operating
->
record
(
$agent_id
,
6
,
$remark
,
$data
[
'id'
]);
die
(
'11111'
);
if
(
empty
(
$data
[
'is_exclusive_type'
]))
{
if
(
empty
(
$data
[
'is_exclusive_type'
]))
{
$this
->
delAgentHouse
(
3
,
$data
[
'id'
],
0
);
$this
->
delAgentHouse
(
3
,
$data
[
'id'
],
0
);
unset
(
$data
[
'exclusive_ids'
]);
unset
(
$data
[
'exclusive_ids'
]);
...
...
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