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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
welcome.php
new_admincp/applications/zsb/controllers/welcome.php
+0
-1
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
$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['remainJtLable'] = isset($today_stat['remainJtLable']) ? $today_stat['remainJtLable'] : '';
/*** 未使用标签数据2015-5-16 zhou end***/
$this
->
load
->
model
(
'broker_model'
);
...
...
new_admincp/vendor/house365/esfadmin/core/lib/growth_nj/GrowthExpWayPackage.php
View file @
dec51088
...
...
@@ -57,6 +57,7 @@ class GrowthExpWayPackage {
* @return array
*/
public
function
findDataByWayAliasAndPackageId
(
$wayAlias
,
$packageId
)
{
$packageId
=
empty
(
$packageId
)
?
0
:
$packageId
;
$sql
=
SqlCombinHelper
::
select_sql
(
$this
->
table
,
self
::
$fields
,
"way_alias = '
$wayAlias
' AND package_id =
$packageId
"
);
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