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
961938ef
Commit
961938ef
authored
May 25, 2021
by
zhangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9b84d1ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
rent.php
new_admincp/applications/zsb/controllers/rent.php
+7
-0
No files found.
new_admincp/applications/zsb/controllers/rent.php
View file @
961938ef
...
...
@@ -372,6 +372,13 @@ class Rent extends MY_Controller {
$this
->
jump
(
$url_manage
,
$alert
);
return
;
}
}
else
if
(
GB_CITY
==
'hf'
)
{
// 请求接口验证是否能发布房源(合肥)
$brokerInfo
=
$this
->
broker_model
->
get_broker_info_new
();
if
(
!
isset
(
$brokerInfo
[
'license_number'
]
)
||
empty
(
$brokerInfo
[
'license_number'
]
)
)
{
$this
->
jump
(
$url_manage
,
'根据政策要求,房地产经纪机构以及公司从业人员,需至相关部门完成实名登记后方可发布房源;'
);
return
;
}
}
//控制发布房源的时间限制
...
...
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