edit-api-g_time
This commit is contained in:
@@ -67,7 +67,7 @@ class Protocol extends CI_Controller{
|
||||
$company = $this->sys_company_model->get(['id'=>$biz['company_id']]);
|
||||
$row['company'] = $company;
|
||||
if($row['s_id']==24){ //零跑T03
|
||||
$row['give_time'] = 60;
|
||||
$row['give_time'] = 90;
|
||||
}elseif($row['s_id']==25){ //零跑C11
|
||||
$row['give_time'] = 120;
|
||||
}else{ //其它车型
|
||||
|
||||
Reference in New Issue
Block a user