Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
hujun
tl_estate
Commits
aed86c51
Commit
aed86c51
authored
Jun 01, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
c61697fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PerformanceService.php
application/api_broker/service/PerformanceService.php
+1
-1
No files found.
application/api_broker/service/PerformanceService.php
View file @
aed86c51
...
@@ -107,7 +107,7 @@ class PerformanceService
...
@@ -107,7 +107,7 @@ class PerformanceService
$value
[
"index_"
]
=
$key
+
1
;
$value
[
"index_"
]
=
$key
+
1
;
$value
[
"is_my"
]
=
$agent_info
[
"district_id"
];
$value
[
"is_my"
]
=
$agent_info
[
"district_id"
];
$info
=
$this
->
agentModel
->
getAgentsInfoByAgentId
(
$field
,
[
"agent_id"
=>
$value
[
"agent_id"
]
]);
$info
=
$this
->
agentModel
->
getAgentsInfoByAgentId
(
$field
,
[
"agent_id"
=>
$value
[
"agent_id"
]
]);
$district_name
=
$this
->
agentModel
->
getStoreOrDistrict
([
"
store_id"
=>
$value
[
"store
_id"
],
"level"
=>
[
"in"
,
"30,40"
]]);
$district_name
=
$this
->
agentModel
->
getStoreOrDistrict
([
"
district_id"
=>
$value
[
"district
_id"
],
"level"
=>
[
"in"
,
"30,40"
]]);
$name
=
count
(
$district_name
)
>
0
?
$district_name
[
0
][
"name"
]
:
"---"
;
$name
=
count
(
$district_name
)
>
0
?
$district_name
[
0
][
"name"
]
:
"---"
;
if
(
count
(
$info
)
>
0
)
{
if
(
count
(
$info
)
>
0
)
{
$value
[
"name"
]
=
$name
;
$value
[
"name"
]
=
$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