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
b6787164
Commit
b6787164
authored
Jun 26, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改新接口错误
parent
7e1fe15d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
report.php
html/application/controllers/admin/report.php
+4
-4
No files found.
html/application/controllers/admin/report.php
View file @
b6787164
...
@@ -534,10 +534,10 @@ class Report extends CI_Controller
...
@@ -534,10 +534,10 @@ class Report extends CI_Controller
$this
->
customer_sales
->
delete_sale_id
(
array
(
'customer_building_id'
=>
$customerBuilding
[
'id'
]));
$this
->
customer_sales
->
delete_sale_id
(
array
(
'customer_building_id'
=>
$customerBuilding
[
'id'
]));
foreach
(
$checksalesnum
as
$checksales
){
foreach
(
$checksalesnum
as
$checksales
){
$customer
_
sales
[
'customer_building_id'
]
=
$customerBuilding
[
'id'
];
$customersales
[
'customer_building_id'
]
=
$customerBuilding
[
'id'
];
$customer
_
sales
[
'sale_id'
]
=
$checksales
;
$customersales
[
'sale_id'
]
=
$checksales
;
$customer
_
sales
[
'create_time'
]
=
time
();
$customersales
[
'create_time'
]
=
time
();
$this
->
customer_sales
->
add
(
$customer
_
sales
);
$this
->
customer_sales
->
add
(
$customersales
);
}
}
$datasales
[
'user_id'
]
=
$customerBuilding
[
'user_id'
];
$datasales
[
'user_id'
]
=
$customerBuilding
[
'user_id'
];
$datasales
[
'customer_id'
]
=
$customerBuilding
[
'customer_id'
];
$datasales
[
'customer_id'
]
=
$customerBuilding
[
'customer_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