正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -99,7 +99,9 @@ class MemberController extends CommentController | @@ -99,7 +99,9 @@ class MemberController extends CommentController | ||
99 | $where_compare['l.status'] = array('neq',9); | 99 | $where_compare['l.status'] = array('neq',9); |
100 | if(!empty($data['type'])){ | 100 | if(!empty($data['type'])){ |
101 | if($data['type'] == 6|| $data['type'] == 7 || $data['type'] == 8 || $data['type'] == 10 ){ | 101 | if($data['type'] == 6|| $data['type'] == 7 || $data['type'] == 8 || $data['type'] == 10 ){ |
102 | - $where_compare['l.status'] = $data['type']; | 102 | + if($data['type'] != 10){ |
103 | + $where_compare['l.status'] = $data['type']; | ||
104 | + } | ||
103 | $where_order['o.status'] = 6; | 105 | $where_order['o.status'] = 6; |
104 | }else{ | 106 | }else{ |
105 | $where_order['o.status'] = $data['type']; | 107 | $where_order['o.status'] = $data['type']; |
-
请 注册 或 登录 后发表评论