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
a1d5e40a
Commit
a1d5e40a
authored
Jun 27, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改数据的状态是已分配销售,但是再推荐里显示了,应该只再全部里显示
parent
7a530d7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
customer.php
html/application/controllers/distributor/customer.php
+1
-3
No files found.
html/application/controllers/distributor/customer.php
View file @
a1d5e40a
...
...
@@ -45,8 +45,7 @@ class Customer extends CI_Controller {
if
(
$status
==
99
){
//获取所有状态的客户
$where
=
array
(
'D.id'
=>
$distributor_ins
[
'id'
],
'U.id'
=>
$this
->
user_id
);
}
else
if
(
$status
==
9
){
$where
=
"D.id = "
.
$distributor_ins
[
'id'
]
.
" and CB.recommend_status in (0,1) and U.id = "
.
$this
->
user_id
;
$where
=
"D.id = "
.
$distributor_ins
[
'id'
]
.
" and CB.recommend_status in (0) and U.id = "
.
$this
->
user_id
;
}
else
{
$where
=
array
(
'D.id'
=>
$distributor_ins
[
'id'
],
...
...
@@ -54,7 +53,6 @@ class Customer extends CI_Controller {
'U.id'
=>
$this
->
user_id
);
}
$lists
=
$this
->
customer_building
->
get_custormer_list_byStatus
(
$where
,
1
,
6
);
if
(
count
(
$lists
))
{
...
...
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