Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
e688279c
Commit
e688279c
authored
Dec 26, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
芜湖放心看
parent
1e16ccae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
sell.php
new_admincp/applications/zsb/controllers/sell.php
+9
-8
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
e688279c
...
...
@@ -975,14 +975,6 @@ class Sell extends MY_Controller {
if
(
$house_id
)
{
//设置放心看
$infotype
=
$fields_values
[
'infotype'
];
if
(
in_array
(
$infotype
,
array
(
1
,
2
))){
if
(
$real_house_set
){
$this
->
load
->
model
(
'zsb_api_model'
);
$this
->
zsb_api_model
->
getRequrstData
(
'setRealHouse'
,
array
(
'house_id'
=>
$house_id
));
}
}
//判断房源价格是否在预警价格区间,仅对住宅类做判断
/*if ($fields_values['blockid'] && $fields_values['infotype']==1){
...
...
@@ -1249,6 +1241,15 @@ class Sell extends MY_Controller {
$logesta
=
$fields_values
[
'esta'
]
==
1
?
5
:
6
;
//设置房源属性为多图
$this
->
sell_star_model
->
set_star
();
//设置放心看
$infotype
=
$fields_values
[
'infotype'
];
if
(
in_array
(
$infotype
,
array
(
1
,
2
))){
if
(
$real_house_set
){
$this
->
load
->
model
(
'zsb_api_model'
);
$this
->
zsb_api_model
->
getRequrstData
(
'setRealHouse'
,
array
(
'house_id'
=>
$house_id
));
}
}
}
else
{
...
...
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