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
5a9c573c
Commit
5a9c573c
authored
Dec 14, 2022
by
zhangjun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_zj_report' into release_preview
parents
d18b0a42
df412a2c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
rent.php
new_admincp/applications/zsb/controllers/rent.php
+5
-0
sell.php
new_admincp/applications/zsb/controllers/sell.php
+4
-0
login.php
new_admincp/applications/zsb/views/nj/login.php
+2
-0
No files found.
new_admincp/applications/zsb/controllers/rent.php
View file @
5a9c573c
...
...
@@ -828,6 +828,10 @@ class Rent extends MY_Controller {
refresh_house
(
$uid
,
$tbl
,
$house_id
);
}
$this
->
rent_model
->
action_log
(
$companycode
,
$uid
,
$tbl
,
$house_id
,
7
);
// 上报房源
$url
=
'https://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?tbl=rent&house_id='
.
$house_id
;
$this
->
curl_get
(
$url
);
}
//中间件数据提交接口
$this
->
load
->
library
(
'statistics'
);
...
...
@@ -852,6 +856,7 @@ class Rent extends MY_Controller {
}
$this
->
statistics
->
sub_operatecount
(
$uid
,
$companycode
,
1
,
$house_id
,
''
,
$tbl
,
$domain
,
$parentcode
);
//$page_text = "房源发布成功!" . $growthMessage;
$page_text
=
"房源发布成功!"
;
}
...
...
new_admincp/applications/zsb/controllers/sell.php
View file @
5a9c573c
...
...
@@ -1297,6 +1297,10 @@ class Sell extends MY_Controller {
refresh_house
(
$uid
,
$tbl
,
$house_id
);
}
$this
->
sell_model
->
action_log
(
$companycode
,
$uid
,
$tbl
,
$house_id
,
7
);
// 上报房源
$url
=
'https://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?house_id='
.
$house_id
;
$this
->
curl_get_contents
(
$url
);
}
//中间件数据提交接口
$this
->
load
->
library
(
'statistics'
);
...
...
new_admincp/applications/zsb/views/nj/login.php
View file @
5a9c573c
...
...
@@ -222,6 +222,8 @@ $phone = getPhone(4);
$login_citys
=
array
(
'nj'
=>
array
(
'url'
=>
'http://nj.zsb.house365.com/'
,
'name'
=>
'南 京'
),
'wh'
=>
array
(
'url'
=>
'http://wh.zsb.house365.com/'
,
'name'
=>
'芜 湖'
),
'tj'
=>
array
(
'url'
=>
'http://tj.zsb.house365.com/'
,
'name'
=>
'天津'
),
'chuzhou'
=>
array
(
'url'
=>
'http://chuzhou.zsb.house365.com/'
,
'name'
=>
'滁州'
),
);
?>
...
...
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