add-plan-order_time
This commit is contained in:
@@ -80,10 +80,13 @@ class Progressopt{
|
||||
|
||||
//获取狸车用户进度列表
|
||||
public function lists($mobile){
|
||||
if(!$mobile){
|
||||
return [];
|
||||
}
|
||||
$where = [
|
||||
'status>=' => 0,
|
||||
'status<' => 6,
|
||||
"(mobile={$mobile} or (ifentrust=1 and json_extract(info_json,'$.entrust_mobile')='{$mobile}'))" => null
|
||||
"(mobile='{$mobile}' or (ifentrust=1 and json_extract(info_json,'$.entrust_mobile')='{$mobile}'))" => null
|
||||
];
|
||||
$rows = $this->ci->orders_model->select($where,'id asc','','','id,name,payway,money_json,status,s_id,v_id,cor_id,incor_id,srv_ids');
|
||||
$progress_list = [];
|
||||
|
||||
Reference in New Issue
Block a user