|
...
|
...
|
@@ -149,7 +149,7 @@ class AsideTicketController extends BaseController |
|
|
|
$item['project']['engineer_id_name'] = $manageModel->getName($item['project']['engineer_id'] ?? 0);
|
|
|
|
}
|
|
|
|
//自动登录v6
|
|
|
|
if($item['project']['project_cate'] == 6){
|
|
|
|
if($item['project']['project_cate'] == 2){
|
|
|
|
$item['autologin_code'] = getAutoLoginCode($item['project']['table_id']);
|
|
|
|
}
|
|
|
|
//计算超时多少个小时
|
...
|
...
|
|