作者 郭鑫
1 个管道 的构建 通过 耗费 0 秒

测试问题修改

... ... @@ -99,7 +99,9 @@ class MemberController extends CommentController
$where_compare['l.status'] = array('neq',9);
if(!empty($data['type'])){
if($data['type'] == 6|| $data['type'] == 7 || $data['type'] == 8 || $data['type'] == 10 ){
$where_compare['l.status'] = $data['type'];
if($data['type'] != 10){
$where_compare['l.status'] = $data['type'];
}
$where_order['o.status'] = 6;
}else{
$where_order['o.status'] = $data['type'];
... ...