Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
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
HTML5-李恒逸
sunac-quanmin
Commits
5c786cd3
Commit
5c786cd3
authored
Jun 26, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
833e8132
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
report.php
html/application/controllers/admin/report.php
+1
-1
No files found.
html/application/controllers/admin/report.php
View file @
5c786cd3
...
@@ -522,7 +522,7 @@ class Report extends CI_Controller
...
@@ -522,7 +522,7 @@ class Report extends CI_Controller
$checksalesnum
=
array
();
$checksalesnum
=
array
();
$checksales
=
$results
[
0
][
"saleManColl"
];
$checksales
=
$results
[
0
][
"saleManColl"
];
foreach
(
$checksales
as
$checksale
){
foreach
(
$checksales
as
$checksale
){
$checksalesID
=
$this
->
sales
->
get
(
array
(
'rongchuang_user_id'
=>
$
valu
e
[
"id"
]));
$checksalesID
=
$this
->
sales
->
get
(
array
(
'rongchuang_user_id'
=>
$
checksal
e
[
"id"
]));
$checksalesnum
[]
=
array
(
'sale_id'
=>
$checksalesID
[
'user_id'
]);
$checksalesnum
[]
=
array
(
'sale_id'
=>
$checksalesID
[
'user_id'
]);
};
};
$customer_sales_id
=
$this
->
customer_building
->
get_sale_id
(
array
(
'customer_building_id'
=>
$customerBuilding
[
'id'
]));
$customer_sales_id
=
$this
->
customer_building
->
get_sale_id
(
array
(
'customer_building_id'
=>
$customerBuilding
[
'id'
]));
...
...
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