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
dec51088
Commit
dec51088
authored
Jul 15, 2021
by
esf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
644d84bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
welcome.php
new_admincp/applications/zsb/controllers/welcome.php
+7
-8
GrowthExpWayPackage.php
...se365/esfadmin/core/lib/growth_nj/GrowthExpWayPackage.php
+1
-0
No files found.
new_admincp/applications/zsb/controllers/welcome.php
View file @
dec51088
...
@@ -178,7 +178,6 @@ class Welcome extends MY_Controller
...
@@ -178,7 +178,6 @@ class Welcome extends MY_Controller
$today_stat
[
'remainJtLable'
]
=
$this
->
house_tag_package_model
->
get_tag_valid_num
(
$uid
,
1
);
$today_stat
[
'remainJtLable'
]
=
$this
->
house_tag_package_model
->
get_tag_valid_num
(
$uid
,
1
);
$today_stat
[
'jtLabelCount'
]
=
isset
(
$today_stat
[
'jtLabelCount'
])
?
$today_stat
[
'jtLabelCount'
]
:
''
;
$today_stat
[
'jtLabelCount'
]
=
isset
(
$today_stat
[
'jtLabelCount'
])
?
$today_stat
[
'jtLabelCount'
]
:
''
;
//$today_stat['remainJtLable'] = isset($today_stat['remainJtLable']) ? $today_stat['remainJtLable'] : '';
//$today_stat['remainJtLable'] = isset($today_stat['remainJtLable']) ? $today_stat['remainJtLable'] : '';
/*** 未使用标签数据2015-5-16 zhou end***/
/*** 未使用标签数据2015-5-16 zhou end***/
$this
->
load
->
model
(
'broker_model'
);
$this
->
load
->
model
(
'broker_model'
);
...
@@ -190,7 +189,7 @@ class Welcome extends MY_Controller
...
@@ -190,7 +189,7 @@ class Welcome extends MY_Controller
{
{
$info
[
'accout_manager'
]
=
$this
->
broker_model
->
get_account_manager
(
$broker_detail
[
'master'
]);
//客户经理
$info
[
'accout_manager'
]
=
$this
->
broker_model
->
get_account_manager
(
$broker_detail
[
'master'
]);
//客户经理
}
}
$info
[
'expiredate'
]
=
$broker_detail
[
'expiredate'
]
!=
'0000-00-00'
?
date
(
"Y-m-d"
,
strtotime
(
$broker_detail
[
'expiredate'
]))
:
''
;
$info
[
'expiredate'
]
=
$broker_detail
[
'expiredate'
]
!=
'0000-00-00'
?
date
(
"Y-m-d"
,
strtotime
(
$broker_detail
[
'expiredate'
]))
:
''
;
$info
[
'remain_days'
]
=
$this
->
get_days
(
$today
,
$info
[
'expiredate'
]);
$info
[
'remain_days'
]
=
$this
->
get_days
(
$today
,
$info
[
'expiredate'
]);
//帐号到期提醒设置cookies
//帐号到期提醒设置cookies
...
@@ -200,13 +199,13 @@ class Welcome extends MY_Controller
...
@@ -200,13 +199,13 @@ class Welcome extends MY_Controller
$growth_broker_pay_message
=
$this
->
growth_broker_pay_account
(
$uid
,
$package_id
);
$growth_broker_pay_message
=
$this
->
growth_broker_pay_account
(
$uid
,
$package_id
);
//帐号快到期提醒扣除分值
//帐号快到期提醒扣除分值
$accountFailureScore
=
$this
->
accountFailure
(
$package_id
);
$accountFailureScore
=
$this
->
accountFailure
(
$package_id
);
//是否提醒帐号已发虚假房源
//是否提醒帐号已发虚假房源
$is_warn
=
$this
->
is_warn
(
$this
->
uid_arr
[
'uid'
],
$this
->
uid_arr
[
'is_warn'
]);
$is_warn
=
$this
->
is_warn
(
$this
->
uid_arr
[
'uid'
],
$this
->
uid_arr
[
'is_warn'
]);
//生日祝福
//生日祝福
//$is_birthday = $this->brithdayMessage();
//$is_birthday = $this->brithdayMessage();
/******** 2015-8-11 zhou 删除冻结提示 start*********/
/******** 2015-8-11 zhou 删除冻结提示 start*********/
$broker_delete_data
=
$this
->
welcome_model
->
get_delete_data
(
$uid
);
$broker_delete_data
=
$this
->
welcome_model
->
get_delete_data
(
$uid
);
$broker_freeze_data
=
$this
->
welcome_model
->
get_freeze_data
(
$uid
);
$broker_freeze_data
=
$this
->
welcome_model
->
get_freeze_data
(
$uid
);
...
@@ -221,8 +220,8 @@ class Welcome extends MY_Controller
...
@@ -221,8 +220,8 @@ class Welcome extends MY_Controller
$broker_remind_set
=
$this
->
broker_model
->
get_broker_remind_set_by_uid
(
$uid
);
$broker_remind_set
=
$this
->
broker_model
->
get_broker_remind_set_by_uid
(
$uid
);
// 2016-2-15 获取360引导页数据 -----------end -------->
// 2016-2-15 获取360引导页数据 -----------end -------->
if
(
GB_CITY
!=
'nj'
)
if
(
GB_CITY
!=
'nj'
)
{
{
$this
->
broker_model
->
check_broker_refresh_num
(
$uid
,
$package_id
);
$this
->
broker_model
->
check_broker_refresh_num
(
$uid
,
$package_id
);
$this
->
broker_model
->
check_broker_growth_credit
(
$uid
);
$this
->
broker_model
->
check_broker_growth_credit
(
$uid
);
...
...
new_admincp/vendor/house365/esfadmin/core/lib/growth_nj/GrowthExpWayPackage.php
View file @
dec51088
...
@@ -57,6 +57,7 @@ class GrowthExpWayPackage {
...
@@ -57,6 +57,7 @@ class GrowthExpWayPackage {
* @return array
* @return array
*/
*/
public
function
findDataByWayAliasAndPackageId
(
$wayAlias
,
$packageId
)
{
public
function
findDataByWayAliasAndPackageId
(
$wayAlias
,
$packageId
)
{
$packageId
=
empty
(
$packageId
)
?
0
:
$packageId
;
$sql
=
SqlCombinHelper
::
select_sql
(
$this
->
table
,
self
::
$fields
,
$sql
=
SqlCombinHelper
::
select_sql
(
$this
->
table
,
self
::
$fields
,
"way_alias = '
$wayAlias
' AND package_id =
$packageId
"
);
"way_alias = '
$wayAlias
' AND package_id =
$packageId
"
);
return
$this
->
dbback
->
getRow
(
$sql
);
return
$this
->
dbback
->
getRow
(
$sql
);
...
...
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