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
caf937d0
Commit
caf937d0
authored
Jun 14, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
24393537
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
report.php
html/application/controllers/admin/report.php
+3
-3
No files found.
html/application/controllers/admin/report.php
View file @
caf937d0
...
...
@@ -488,7 +488,7 @@ class Report extends CI_Controller
if
(
$customerId
){
foreach
(
$customerId
as
$value
)
{
$results
=
$api
->
newgetCustomerVisit
(
array
(
'customer_id'
=>
$value
[
'rongchuang_id'
]));
$value
[
'id'
]
=
$this
->
customer
->
get_customer_id
(
$value
[
'rongchuang_id'
]);
if
(
!
empty
(
$results
)){
$entity_id
=
$this
->
customer_building
->
get_building_id
(
$value
[
'id'
]);
...
...
@@ -558,7 +558,7 @@ class Report extends CI_Controller
if
(
$customerId
){
foreach
(
$customerId
as
$value
)
{
$results
=
$api
->
newgetCustomerPurchase
(
array
(
'customer_id'
=>
$value
[
'rongchuang_id'
]));
$value
[
'id'
]
=
$this
->
customer
->
get_customer_id
(
$value
[
'rongchuang_id'
]);
if
(
!
empty
(
$results
)){
$entity_id
=
$this
->
customer_building
->
get_building_id
(
$value
[
'id'
]);
//记录客户跟进信息
...
...
@@ -626,7 +626,7 @@ class Report extends CI_Controller
if
(
$customerId
){
foreach
(
$customerId
as
$value
)
{
$results
=
$api
->
newgetCustomerSign
(
array
(
'customer_id'
=>
$value
[
'rongchuang_id'
]));
$value
[
'id'
]
=
$this
->
customer
->
get_customer_id
(
$value
[
'rongchuang_id'
]);
if
(
!
empty
(
$results
)){
$entity_id
=
$this
->
customer_building
->
get_building_id
(
$value
[
'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