index_t = strtotime(date("Y-m-d H:i:s"));
$logEtn->section = 3;
//$this->logEtn = $logEtn;
//$log = new LoggerFile();
$log = new LoggerDB();
$this->logger = new MappingHandlerModel($log);
return true;
}
// запускается периодически через крон
public function actionGetworks($company)
{
//$this->sectionList();
//exit;
$this->company = $company;
$GWparams = [
'url' => 'http://' . Yii::$app->params['api']['domain'].'/Thingworx/Things/2050UserLibraryExp/Services/my_works',
//'url' => 'http://devplatform.digitaldepot.ru:8085/Thingworx/Things/SMoPPIntegrationLibrary/Services/getUserWorks',
'param' => '',
'login' => 'ПройдаковИА',
'pass' => 'Ip15351112'
];
// список сотрудников онлайн
$onlineUser = $this->getOnlineMobileUser($company);
if( 0 == count($onlineUser)) {
return 'Нет сотрудников онлайн';
}
//$this->logger->setLog('ID пользователя => ' . (int)$_SESSION["id"]);
//$this->logger->indx = time();
$this->logger->setLog( "\n=================== СТАРТ МЕППИНГА ==================================\n");
$this->logger->setLog( date("Y-m-d H:i:s") . "\n");
$mainModel = new MainModel();
// для каждого сотрудника онлайн запускаем проекты если они еще не запущены
$setOnlineWorkers = [];
$this->logger->setLog( "Колличество cотрудников онлайн :" . count($onlineUser) ."\n");
foreach($onlineUser as $user) {
$this->logger->indx = $user->uuid;
//echo get_class($this->logger);
$buisy = $this->buisyEmployee($user);
//var_dump($user->id,$user->name ); continue;
if( $buisy || ('' == $user->uuid and null == $user->uuid )) {
var_dump('Занят => '.$user->name,'
'.$user->id);
//$this->logger->setLog( "\n Выпоняет задание. Работы не выдались. \n");
//continue;
}
$GWparams['param'] = $user->uuid;
$responseMyWorks = $mainModel->curlRequest2($GWparams);
$listWorks2 = json_decode($responseMyWorks,true);//var_dump($buisy,$user->id);continue;
$listWorks2 = $this->prepareListWorks($listWorks2);
$this->insertEippJob($listWorks2);
//foreach ( $listIssetWorks3 as $work) { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//echo '
'; //var_dump($user->name); //var_dump($listWorks2); //echo ''; foreach ( $listWorks2['data'] as $work) { foreach( $work['workers'] as $key => $uuid) { $this->attachWorkUser($work['id_work'],$uuid['id']); } $asusgJob2LaunchEntity = AsusgJob2Launch::find()->where(['asusg_job_uuid' => $work['id_work']])->andWhere(['like','employees_uuid',$user->uuid])->one(); if ( null != $asusgJob2LaunchEntity) { continue; } //$this->workDetail( $user->uuid, $work['id_work'] ); $mappingapiModel = new \app\models\MappingapiModel(); $this->datailWorkArray[$work['id_work']] = $mappingapiModel->workDetail($user->uuid,$work['id_work']); foreach( $this->datailWorkArray[$work['id_work']]['workers_uuid'] as $uuid) { $setOnlineWorkers[] = $uuid; } } //$this->logger->setLog( $mappingapiModel->prepareLogString."\n"); // !!!! //$this->logger->setLog( "Вот это сейчас должен получить работу :" . $user->id . "( ".$user->name." )\n"); } $setOnlineWorkers = array_unique($setOnlineWorkers); $onlineUserModificate = \app\models\entity\Accounts::find()->where(['in','uuid',$setOnlineWorkers])->andWhere(['company' =>$company])->all(); $this->logger->setLog( "Колличество cотрудников онлайн для них есть работа ( с напарниками ):" . count($setOnlineWorkers)."\n"); //var_dump($onlineUserModificate); foreach($onlineUserModificate as $user) { $this->logger->indx = $user->uuid; $this->user = $user; //var_dump($user->name,'
'; //var_dump($user->id); ///var_dump($listWorks2); //echo ''; } $this->fixPriority(1); $this->clearEmptyProjects(); return true;//$listWorks; } public function actionDojob() { Yii::$app->db->createCommand('update `accounts_internal` set `last_seen_mobile` = NOW() where id in (351,349,350)')->execute(); } public function actionDopro() { $JobPlanEntitty = AsusgJobplan::find()->where(['name' => 'Тормозное и пневматическое оборудование после ремонта испытать , отрегулировать согласно инструкции'])->one(); // 1204 1567 $jsusgJob2CommandEntity = AsusgJob2Command::find()->where(['asusg_job_id' => $JobPlanEntitty->id])->all(); foreach($jsusgJob2CommandEntity as $job) { echo '
'; var_dump('3 =>'. $job->id, $job->asusg_job_id); var_dump('3 =>'. $job->jobplantie->id); echo ''; } exit; } public function actionMktest() { //if ( $this->datailWorkArray[$work['id_work']]['measurements'] ) { Yii::$app->params['countPriority'] = ((2*100)-1); var_dump(Yii::$app->params['countPriority']); $this->logger->setLog('приоритет '.((2*100)-1)); $paramsMeaserm = ['input_id' => 7078, 'assignees_arr' => 333, 'work' => 'c57839e6-49ed-4791-9353-925fc2d737b8','stage' =>0, 'parent_id' => 137340 ,'stage_type' => 'доремонтный','asusg_job_mapped_id' => 20456]; Yii::$app->params['api']['mesrmntParam'] = $paramsMeaserm; MappingapiModel::workMeasurements('c57839e6-49ed-4791-9353-925fc2d737b8','c57839e6-49ed-4791-9353-925fc2d737b8'); //} } public function actionProctest() { $procedureModel = new ProcedureModel(); $procedureModel->asusg_build_and_start_project_auto(27,210); } public function Getisabsentworksjp( $listWorks = null){ $result = []; if ( null == $listWorks) { return false; } foreach( $listWorks['data'] as $work) { $asusgJobPlan = AsusgJobPlan::find()->where(['name' => $work['work_name']])->one(); if ( null == $asusgJobPlan ){ $result[] = $work; } } return $result; } public function Getissetworksjp( $listWorks = null){ $result = []; if ( null == $listWorks) { return false; } foreach( $listWorks['data'] as $work) { $asusgJobPlan = AsusgJobPlan::find()->where(['name' => $work['work_name']])->one(); if ( null != $asusgJobPlan ){ $result[] = $work; } } return $result; } public function getOnlineMobileUser($company){ $result = []; $accountsEntity = \app\models\entity\Accounts::find()->where(['company' => $company])->all(); foreach ($accountsEntity as $account) { //var_dump($account->id,'
"; //var_dump($user->id); //var_dump($work['work_name']); //var_dump($dwResult["hw_measurements_status"]); //var_dump($asusgJob2LaunchEntity->id); //echo ""; //continue; $projtype = $this->getProjectType($work["repair_name"],$work["eq_serie"]); $switcher = $asusgJob2LaunchEntity; if ( null == $switcher) { $this->logger->setLog("\n switcher = null \n"); $resultArr = []; $asusgJob2LaunchEntity = new AsusgJob2Launch(); $asusgJob2LaunchEntity->asusg_jobplan_id = Yii::$app->params['supercycleplan']; $asusgJob2LaunchEntity->asusg_employee_id1 = $user->id; $asusgJob2LaunchEntity->asusg_job_uuid = $work['id_work']; $asusgJob2LaunchEntity->employees_uuid = $user->uuid; $asusgJob2LaunchEntity->section_uuid = $work["section_id"]; $asusgJob2LaunchEntity->asusg_project_id = 0; $asusgJob2LaunchEntity->job_order = 0; $asusgJob2LaunchEntity->time_limit = $dwResult['time_limit']; $asusgJob2LaunchEntity->outfit = $dwResult['outfit']; $asusgJob2LaunchEntity->name = $work['work_name']; $asusgJob2LaunchEntity->section_name = $work["section_lit"]; //$asusgJob2LaunchEntity->asusg_projecttype_id = 0; $asusgJob2LaunchEntity->asusg_projecttype_id = $projtype; if (!$asusgJob2LaunchEntity->save()) { $this->logger->setLog('в Job2launch не добавилась работа => "'. $work['work_name']. '" Добавление работ будет пропущено так как такая запись уже есть.'); continue; } $this->issetLaunch = true; //$this->logger->setLog($this->prepareLogString); //$this->prepareLogString = ''; $this->logger->setLog('в Job2launch была добавлена работа => "'. $work['work_name'].'"'); /// сначала генерю проект $projId = $this->generateProject($work); // работа еще нет нужно получить проект /// сначала генерю проетк } else { $this->logger->setLog("\n switcher != null \n"); $userUuidArr = explode(',', $asusgJob2LaunchEntity->employees_uuid); //var_dump("1"); if ( in_array( $user->uuid , $userUuidArr)) { // если сотрудник уже привязан к лаунчу $this->logger->setLog('сотрудник '.$user->name .' ('.$user->id.') уже привязан к лаунчу'. $asusgJob2LaunchEntity->id); continue; } else { $asusgJob2LaunchEntity->employees_uuid .= ','. $user->uuid; $asusgJob2LaunchEntity->save(); $this->logger->setLog('сотрудники ('.$asusgJob2LaunchEntity->employees_uuid.') привязаны к лаунчу'. $asusgJob2LaunchEntity->id); } //var_dump("2"); $projId = $this->getCreateProject($work); // работа уже есть нужно получить проект //continue; /* $this->prepareLogString .= "ВОТ ТУТ Я ХОТЕЛ ПОЛУЧИТЬ ИД ПРОЕКТА ЧЕРЕЗ ЗАДАЧУ( launch_id = ".$asusgJob2LaunchEntity->id.") => " . $asusgJob2LaunchEntity->tasks->id .", ВОТ ЧТО ПОЛУЧИЛ => " . $asusgJob2LaunchEntity->tasks->input_id ."!\n"; $projId = $asusgJob2LaunchEntity->tasks->input_id; */ $this->logger->setLog("ВОТ ТУТ Я ХОТЕЛ ПОЛУЧИТЬ ИД ПРОЕКТА ЧЕРЕЗ ЗАДАЧУ( launch_id = ".$asusgJob2LaunchEntity->id.") => " . $asusgJob2LaunchEntity->onetask->id .", ВОТ ЧТО ПОЛУЧИЛ => " . $asusgJob2LaunchEntity->onetask->input_id ."!\n"); //var_dump("3"); //$projId = $asusgJob2LaunchEntity->onetask->input_id; //if ( null == $projId ) { // $input_idTasks = Tasks::find()->where(['asusg_job_mapped_id' => $asusgJob2LaunchEntity->id])->andWhere(['IS NOT','input_id', null])->one(); // $this->prepareLogString .= "ВОТ ТАК ЧЕРЕЗ ЗАПРОС input_id => ".$input_idTasks->input_id."!\n"; // $projId = $input_idTasks->input_id; //} } $this->createProjects[] = $projId; /////////////// ДОБАВЛЕНИЕ ЗАДАЧИ $this->logger->setLog("\n 3. ДОБАВЛЕНИЕ ЗАДАЧИ \n\n"); $this->logger->setLog("\n Метка 1.1 \n"); $tasktypesEntity = Tasktypes::find()->where(['name' => 'Секция '.$let.', задача','company' => $this->company])->one(); $this->logger->setLog("\n Метка 1.2 (типи задачи ".$tasktypesEntity->id.")\n"); // $tasksEnt = Tasks::find()->where(['parent_id' => 0,'asusg_job_mapped_id' => $asusgJob2LaunchEntity->id,'assignees_arr' => $user->id])->one(); $this->statusMaintask = 0; $mainTaskId = $this->getIssetMainTask($work,$user); $isCloseMaintask = false; //var_dump('Задача = '.$mainTaskId); //var_dump($work["section_lit"] . "\n" . $work["outfit"] . ': ' . $work['work_name'] . "\n" . $dwResult['workers']); if ( $mainTaskId ) { // !!!!!!!!!! $this->logger->setLog("\n Задача для " . $work["section_lit"] . " уже есть ". $mainTaskId . "\n\n"); if( 5 == $this->statusMaintask ) { $isCloseMaintask = true; } //var_dump('Такая задача уже есть' . $mainTaskId); //continue; } else { $this->logger->setLog("\n Метка 1.3 \n"); //$this->logger->setLog($this->prepareLogString); //$this->prepareLogString = ''; $tasksEntity = new Tasks(); $tasksEntity->parent_id = 0; $tasksEntity->input_id = $projId; $tasksEntity->status = 2; $tasksEntity->type = $tasktypesEntity->id; $tasksEntity->assignees_arr = $this->user->id; $tasksEntity->preferred_assignee = $this->user->id; $tasksEntity->created = date("Y-m-d H:i;s"); $tasksEntity->asusg_job_mapped_id = $asusgJob2LaunchEntity->id; $tasksEntity->mapping_comment = $work["outfit"] . ': ' . $work['work_name']; $tasksEntity->text = $work["section_lit"] . "\n" . $work["outfit"] . ': ' . $work['work_name'] . "\n" . $dwResult['workers']; $this->logger->setLog("\n Метка 1.4 \n"); $this->logger->setLog(json_encode($tasksEntity->attributes)); $this->logger->setLog('валидация =>'.json_encode($tasksEntity->validate())); $this->logger->setLog(json_encode($tasksEntity-> getErrors())); if($tasksEntity->save()) { $mainTaskId = $tasksEntity->id; $this->logger->setLog('в Tasks была добавлена ЗАДАЧА => "'. $work['work_name'] . '" id => '.$tasksEntity->id); } else { $this->logger->setLog('в Tasks была НЕ добавлена ЗАДАЧА => "'. $work['work_name']); } } //var_dump('switcher = ' . $switcher->id,$user->id); echo '
"; //var_dump($tasksEntity2->errors,$tasksEntity->errors); //echo ""; //Yii::$app->params['countPriority'] = 1; } } public function addJob2launch3($listWorks,$user) { foreach ( $listWorks as $work) { $this->logger->indx = $user->uuid; $this->logger->header = $work['id_work']; Yii::$app->params['countPriority']= 1; $this->logger->setLog("\n 1. ДОБАВЛЕНИЕ В LAUNCH \n\n"); $asusgJob2LaunchEntity = AsusgJob2Launch::findOne(['asusg_job_uuid' => $work['id_work']]); $this->addTypeWork($work['id_work'], 1); $let = mb_substr($work["section_lit"], -1); // ВАЖНО ПОНИМАТЬ !!!! // если проект для такой работы уже есть, его создавать нельзя // но можно прикреплять к нему задачи. Сотрудник который зашел первый получает и замеры и тмц и работы // тот кто зашел вторым получает только работы. //$mappingapiModel = new \app\models\MappingapiModel(); //$dwResult = $mappingapiModel->workDetail($user->uuid,$work['id_work']); $dwResult = $this->datailWorkArray[$work['id_work']]; //echo "
"; //var_dump($user->id); //var_dump($work['work_name']); //var_dump($dwResult["hw_measurements_status"]); //var_dump($dwResult); //var_dump($user->uuid); //echo ""; //continue; $projtype = $this->getProjectType($work["repair_name"],$work["eq_serie"]); $JobPlanEntitty = AsusgJobplan::find()->where(['name' => $work["work_name"]])->one(); // 1204 1567 if ( null == $JobPlanEntitty->id ) { $this->logger->setLog(" ВНИМАНИЕ не нашел работу в AsusgJobplan ('name' => ".$work['work_name'].")\n\n"); } $jsusgJob2CommandEntity = AsusgJob2Command::find()->where(['asusg_job_id' => $JobPlanEntitty->id, 'asusg_projecttype_id' => $projtype ])->all(); if ( null == $jsusgJob2CommandEntity || 0 == count($jsusgJob2CommandEntity)){ $this->listWorkForExtraArray[] = $work; $this->logger->setLog(" ВНИМАНИЕ не нашел работу в asusgJob2Command ('name' => ".$work['work_name'].")\n\n"); continue; } $switcher = $asusgJob2LaunchEntity; if ( null == $switcher) { $resultArr = []; $asusgJob2LaunchEntity = new AsusgJob2Launch(); $asusgJob2LaunchEntity->asusg_jobplan_id = $JobPlanEntitty->id; $asusgJob2LaunchEntity->asusg_employee_id1 = $user->id; $asusgJob2LaunchEntity->asusg_job_uuid = $work['id_work']; $asusgJob2LaunchEntity->employees_uuid = $user->uuid; $asusgJob2LaunchEntity->section_uuid = $work["section_id"]; $asusgJob2LaunchEntity->asusg_project_id = 0; $asusgJob2LaunchEntity->job_order = 0; $asusgJob2LaunchEntity->asusg_projecttype_id = $projtype; $asusgJob2LaunchEntity->time_limit = $dwResult['time_limit']; $asusgJob2LaunchEntity->outfit = $dwResult['outfit']; $asusgJob2LaunchEntity->name = $work['work_name']; $asusgJob2LaunchEntity->section_name = $work["section_lit"]; if (!$asusgJob2LaunchEntity->save()) { $this->logger->setLog('в Job2launch не добавилась работа => "'. $work['work_name']. '" Добавление работ будет пропущено так как такая запись уже есть.'); continue; } $this->issetLaunch = true; //$this->logger->setLog($this->prepareLogString); //$this->prepareLogString = ''; $this->logger->setLog('в Job2launch была добавлена работа => "'. $work['work_name'].'"'); /// сначала генерю проект $projId = $this->generateProject($work); /// сначала генерю проект } else { $userUuidArr = explode(',', $asusgJob2LaunchEntity->employees_uuid); if ( in_array( $user->uuid , $userUuidArr)) { // если сотрудник уже привязан к лаунчу $this->logger->setLog('сотрудник '.$user->name .' ('.$user->id.') уже привязан к лаунчу'. $asusgJob2LaunchEntity->id); continue; } else { $asusgJob2LaunchEntity->employees_uuid .= ','. $user->uuid; $asusgJob2LaunchEntity->save(); $this->logger->setLog('сотрудники ('.$asusgJob2LaunchEntity->employees_uuid.') привязаны к лаунчу'. $asusgJob2LaunchEntity->id); } //continue; /* $this->prepareLogString .= "ВОТ ТУТ Я ХОТЕЛ ПОЛУЧИТЬ ИД ПРОЕКТА ЧЕРЕЗ ЗАДАЧУ => " . $asusgJob2LaunchEntity->tasks->id .", ВОТ ЧТО ПОЛУЧИЛ => " . $asusgJob2LaunchEntity->tasks->input_id ."!\n"; $projId = $asusgJob2LaunchEntity->tasks->input_id; */ $projId = $this->getCreateProject($work); // работа уже есть нужно получить проект //$this->prepareLogString .= "ВОТ ТУТ Я ХОТЕЛ ПОЛУЧИТЬ ИД ПРОЕКТА ЧЕРЕЗ ЗАДАЧУ => " . $asusgJob2LaunchEntity->onetask->id .", ВОТ ЧТО ПОЛУЧИЛ => " . $asusgJob2LaunchEntity->onetask->input_id ."!\n"; //$projId = $asusgJob2LaunchEntity->onetask->input_id; //if ( null == $projId ) { // $input_idTasks = Tasks::find()->where(['asusg_job_mapped_id' => $asusgJob2LaunchEntity->id])->andWhere(['IS NOT','input_id', null])->one(); // $this->prepareLogString .= "ВОТ ТАК ЧЕРЕЗ ЗАПРОС input_id => ".$input_idTasks->input_id."!\n"; // $projId = $input_idTasks->input_id; //} } /////////////// ДОБАВЛЕНИЕ ЗАДАЧИ $this->logger->setLog("\n 3. ДОБАВЛЕНИЕ ЗАДАЧИ \n\n"); $tasktypesEntity = Tasktypes::find()->where(['name' => 'Секция '.$let.', задача','company' => $this->company])->one(); $this->statusMaintask = 0; $mainTaskId = $this->getIssetMainTask($work,$user); $isCloseMaintask = false; if ( $mainTaskId ) { // !!!!!!!!!! //echo "Такая задача( цикловая ) уже есть"; $this->logger->setLog("\n Такая задача( цикловая ) уже есть \n\n"); if( 5 == $this->statusMaintask ) { $isCloseMaintask = true; } //$tasksEnt = Tasks::find()->where(['parent_id' => 0,'asusg_job_mapped_id' => $asusgJob2LaunchEntity->id,'assignees_arr' => $user->id])->one(); //if ( null != $tasksEnt) { //continue; } else { //$this->logger->setLog($this->prepareLogString); //$this->prepareLogString = ''; $tasksEntity = new Tasks(); $tasksEntity->parent_id = 0; $tasksEntity->status = 2; $tasksEntity->type = $tasktypesEntity->id; $tasksEntity->assignees_arr = $user->id; $tasksEntity->preferred_assignee = $user->id; $tasksEntity->created = date("Y-m-d H:i;s"); $tasksEntity->asusg_job_mapped_id = $asusgJob2LaunchEntity->id; $tasksEntity->mapping_comment = $work["outfit"] . ': ' . $work['work_name']; $tasksEntity->text = $work["section_lit"] . "\n" . $work["outfit"] . ': ' . $work['work_name'] . "\n" . $dwResult['workers']; $tasksEntity->input_id = $projId; if($tasksEntity->save()) { $mainTaskId = $tasksEntity->id; //$this->testIdpl3 = $tasksEntity->id; $this->logger->setLog('в Tasks была добавлена ЗАДАЧА => "'. $work['work_name'] . '" id => '.$tasksEntity->id); } else { $this->logger->setLog('в Tasks была НЕ добавлена ЗАДАЧА => "'. $work['work_name'] . '" id => '.$tasksEntity->id); continue; } //var_dump($tasksEntity->errors,$user->id); echo '
"; //var_dump($job->asusgJob2Launch->asusg_project_id); //var_dump($tasksEntity2->errors,$tasksEntity->errors); //echo ""; } } public function generateProject($work){ $this->logger->setLog("\n 2. ГЕНЕРАЦИЯ ПРОЕКТА \n"); $result = ''; $status = ''; $let = mb_substr($work["section_lit"], -1); $sectionsEntity = Sections::find()->select(['id', 'diagnostic_map']) //->where(['locomotive_series' => $work["eq_serie"],'section_number' => mb_substr($work['section_lit'],0,-1),'letter' => $let]) ->where(['locomotive_series' => $work["eq_serie"],'section_number' => mb_substr($work['section_lit'],0,-1),'section_subnumber' => $work["section_num"]]) ->one(); $this->logger->setLog("Параметры локомотива locomotive_series => " . $work["eq_serie"]. ", section_number => " . $work['section_lit'] . " ,letter => " .$let. " \n"); $diagnostic_map = $sectionsEntity->diagnostic_map; if ( null == $sectionsEntity->id) { $sectionsEntity2 = new Sections(); $sectionsEntity2->locomotive_series = $work["eq_serie"]; $sectionsEntity2->section_number = mb_substr($work['section_lit'],0,-1); $sectionsEntity2->section_subnumber = $work["section_num"]; $sectionsEntity2->diagnostic_map = $work["section_DK"]; $sectionsEntity2->uuid = $work["section_id"]; $sectionsEntity2->letter = $let; if ( $sectionsEntity2->save()) { $this->logger->setLog('в Sections была добавлена новая секция => '. $work["section_num"] . ' id => '.$sectionsEntity2->id); } else { //var_dump($sectionsEntity2->errors); $this->logger->setLog('в Sections при добавлении секции произошли ошибки => '. count($sectionsEntity2->errors) . ' шт.'); $sectionsEntity->diagnostic_map = $work['section_DK']; $sectionsEntity->save(); $this->logger->setLog('Пришлось просто обновить диагностическую карту секция=> '. $sectionsEntity . ', номер карты =>' . $work['section_DK']); } $diagnostic_map = $sectionsEntity->diagnostic_map; } else if( ( null == $sectionsEntity->diagnostic_map ) || ($sectionsEntity->diagnostic_map != $work['section_DK'])) { //else if( null == $sectionsEntity->diagnostic_map) { $sectionsEntity->diagnostic_map = $work['section_DK']; $sectionsEntity->save(); } $this->logger->setLog('Условие проверки1: ' . $sectionsEntity->diagnostic_map .'=='. $work['section_DK']); $this->logger->setLog('Условие проверки1: ' . $sectionsEntity2->diagnostic_map .'=='. $work['section_DK']); if ( $sectionsEntity->diagnostic_map == $work['section_DK'] ) { $projectRes = $this->getIssetProject($work); $result = ( isset($projectRes['id']) ) ? $projectRes['id'] : '' ; $status = ( isset($projectRes['status']) ) ? $projectRes['status'] : '' ; $this->logger->setLog('в Sections секция с такой диагностической картой => '. $work['section_DK'] . ' существует. Ид проекта '. $result); } if ( $sectionsEntity2->diagnostic_map == $work['section_DK'] ) { $projectRes = $this->getIssetProject($work); $result = ( isset($projectRes['id']) ) ? $projectRes['id'] : '' ; $status = ( isset($projectRes['status']) ) ? $projectRes['status'] : '' ; $this->logger->setLog('в Sections секция с такой диагностической картой => '. $work['section_DK'] . ' существует. Ид проекта '. $result); } $ProjectsL = ProjectsLocotech::findOne($result); $status = $ProjectsL->status; //if (!$result) { if ((!$result) || ( 5 == $status )) { $this->logger->setLog('Условие проверки2: '.(!$result) .' статус '. $status . json_encode($projectRes)); $result = $this->generateProject3($work); $this->logger->setLog('Такого проекта еще не было пришлось создать. Ид проекта => '. $result); } //var_dump($result); return $result; } public function generateProject3($work){ $result = ''; $projectsLocotech = new ProjectsLocotech(); $projectsLocotech->action = 197 ; $projectsLocotech->company = $this->company; $projectsLocotech->status = 2; $projectsLocotech->loco_type = $work["eq_serie"]; $projectsLocotech->loco_number = $work["eq_number"]; $projectsLocotech->depo ='' ; $projectsLocotech->depo_service = ''; $projectsLocotech->created = date('Y-m-d H:i:s'); $projectsLocotech->urgent = 0; $projectsLocotech->uuid = $work['work_name'].":".$work['repair_name'].",".$work["eq_serie"]; $projectsLocotech->save(); $result = $projectsLocotech->id; //$this->logger->setLog('Такого проекта еще не было пришлось создать. Ид проекта => '. $result); //var_dump($result); return $result; } private function getCreateProject($work) { $result = ''; $projectRes = $this->getIssetProject($work); $result = $projectRes['id']; $status = $projectRes['status']; //if ((!$result) || ( 5 == $status )) { // $result = $this->generateProject3($work); // $this->logger->setLog('Такого проекта еще не было пришлось создать. Ид проекта => '. $result); //} return $result; } private function getIssetProject($work) { $query = "select pl.id, pl.status from projects_locotech pl inner join tasks t on pl.id = t.input_id where pl.company = " . $this->company . " and pl.loco_type = '" . $work["eq_serie"] . "' and pl.loco_number = " . $work["eq_number"] . " and t.parent_id = 0 and pl.uuid like '%" . $work['repair_name']. ",%' order by pl.id desc limit 1"; $this->logger->setLog('Текст запроса ' . $query); $projectRes = Yii::$app->db->createCommand($query)->queryOne(); //$result = $projectId['id']; //$status = $projectId['satus']; return $projectRes; } private function getIssetMainTask($work,$user) { $result = null; $query = "select t.id as task_id, pl.status, t.status as maintask_status from projects_locotech pl inner join tasks t on pl.id = t.input_id left join tasks tc on tc.parent_id = t.id where pl.company = " . $this->company . " and pl.loco_type = '" . $work["eq_serie"] . "' and pl.loco_number = " . $work["eq_number"] . " and t.parent_id = 0 and pl.status <> 5 and tc.text like '%" . $work["section_lit"]. "%' and tc.assignees_arr = " . $user->id . " and pl.uuid like '%" . $work["repair_name"]. "%' order by pl.id desc limit 1"; //echo $query; $this->logger->setLog('Текст запроса ' . $query); $projectRes = Yii::$app->db->createCommand($query)->queryOne(); //echo $projectRes['task_id']; $this->logger->setLog('Текст ответа ' . json_encode($projectRes)); if ( is_array($projectRes) and !empty($projectRes)){ $result = $projectRes['task_id']; $this->statusMaintask = $projectRes['maintask_status']; } return $result; } private function getIssetMainTask_false($work,$user) { $result = null; $asusgJob2LaunchEntity = AsusgJob2Launch::find()->where(['asusg_job_uuid' => $work['id_work']])->andWhere(['like','employees_uuid', $user->uuid])->one(); $tasksEntity = Tasks::find()->where(['parent_id' => 0,'asusg_job_mapped_id' => $asusgJob2LaunchEntity->id, 'assignees_arr' => $user->id])->one(); $this->logger->setLog('Запрос на существовании задачи, ответ =>' . $tasksEntity->id); if ( $tasksEntity->id ){ $result = $tasksEntity->id; } return $result; } private function prepareListWorks($listWorks) { $result = []; $dataArr = []; if ( null == $listWorks || empty($listWorks)) { return []; } foreach ( $listWorks["rows"] as $rows) { $rows["result"] = json_decode($rows["result"],true); foreach ( $rows["result"]['data'] as $key => $data) { //echo '
'; // var_dump($data); // echo ''; $tempArray = []; $tempArray["eq_serie"] = explode(" ",$data["equip_sect_name"])[0]; $eq = explode(" ",$data["equip_sect_name"])[1]; $tempArray["eq_number"] = explode("/",$eq)[0]; //echo '
'; //var_dump($tempArray["eq_number"]); //echo ''; foreach ( $data["sections"] as $sections) { $tempArray["section_id"] = $sections["id_section"]; $tempArray["section_lit"] = $sections["section_name"]; //$this->getLocoInfoMore($sections["section_subnumber"]); $tempArray["section_num"] = $sections["section_subnumber"]; $tempArray["section_DK"] = $sections["section_dk"]; // echo '
'; // var_dump($sections); // echo ''; foreach ( $sections['works'] as $work) { $tempArray["id_work"] = $work["id_work"]; $tempArray["outfit"] = $work["outfit"]; $tempArray["work_name"] = $work["work_name"]; $tempArray["repair_name"] = $work["repair_type"]; $tempArray["work_status"] = $work["work_status"]; $tempArray["repeats"] = $work["repeats"]; //$extraSection = $this->getSectionInfo( $tempArray["section_id"], $tempArray["repair_name"]); //$tempArray["section_num"] = $extraSection['section_num']; //$tempArray['section_DK'] = $extraSection['section_DK']; foreach ( $work['workers'] as $worker) { $tempArray['workers'][] = $worker; //echo '
'; //var_dump($worker); //echo ''; } $dataArr[] = $tempArray; } } } $result['result'] = 'true'; $result['data'] = $dataArr; break; } return $result; } private function sectionList() { $result = []; //$params['place'] = 'a84d0a15-08ec-11e5-829d-00155d6cab05'; //$params['place'] = '95d7646d-e7ee-11e4-829d-00155d6cab05'; $params['place'] = 'a84d0a15-08ec-11e5-829d-00155d6cab05'; $params['date'] = '1581324560'; $locomotiveModel = new LocomotiveModel(); $result = $locomotiveModel->getSectionList($params); //$result = json_decode($result,true); //$this->sectionList = $result['array']; $this->sectionList = json_decode($result,true); return $result; } private function getSectionInfo( $id,$repair) { $result = []; if (empty($this->sectionList)) { $this->sectionList(); } foreach ($this->sectionList as $items) { //var_dump($section["Section"] .' == '. $id , $section['TypeOfRepair'] .' == '. $repair); echo '