AsusgBuildAndStartProjectAutoModel.php 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. <?php
  2. namespace app\models;
  3. use Yii;
  4. use yii\base\Model;
  5. use app\models\TasksModel;
  6. use app\models\entity\Accounts;
  7. use app\models\entity\Projecttypes;
  8. use app\models\entity\AsusgProject;
  9. use app\models\entity\ProjectsLocotech;
  10. class AsusgBuildAndStartProjectAutoModel extends Model
  11. {
  12. private $e1;
  13. private $e2;
  14. private $e3;
  15. private $s1v;
  16. private $s2v;
  17. private $s3v;
  18. private $done;
  19. private $tmps;
  20. private $tmpsv;
  21. private $jobId;
  22. private $taskId;
  23. private $cur_job;
  24. private $counter;
  25. private $tmpText;
  26. private $taskGuid;
  27. private $parentId;
  28. private $s1 = 'А';
  29. private $s2 = 'Б';
  30. private $s3 = 'В';
  31. private $cur_task;
  32. private $commandId;
  33. private $companyId;
  34. private $projectId;
  35. private $locoserie;
  36. private $initiator;
  37. private $project_id;
  38. private $loconumber;
  39. private $projecttype;
  40. private $cur_command;
  41. private $projecttypeId;
  42. private $projectcomment;
  43. private $asusgProjectId;
  44. public function asusg_build_and_start_project_auto($initiator,$project_id)
  45. {
  46. $initiator = '27';
  47. //$project_id = '27';
  48. $this->initiator = $initiator;
  49. $this->project_id = $project_id;
  50. // 1 Определяем ид компании ( companyId )
  51. // 1.1 если нет то крах
  52. $this->getCompanyId();
  53. // 2 Определяем тип роекта ( projecttype )
  54. $this->GetProjecttype();
  55. // 3. Определяем ид проекта из asusg_project ( projectId )
  56. $this->GetProjectId();
  57. // 4. Определяем ид типа проекта ( projecttypeId )
  58. // 4.1 если нет джойним asusg_project и asusg_projecttype ( projecttypeId )
  59. $this->GetProjecttypeId();
  60. // 5 определяем переменные locoserie, loconumber, tmpText
  61. $this->GetLocoProperties();
  62. // 6 получаем строку коммента
  63. $this->projectcomment = 'Проект АСУ СГ №' . $hit->project_id . ': ' . $this->tmpText . ', ' . $this->locoserie);
  64. // 7 собираем все переменные initiator, projecttype, projectId, locoserie, loconumber, projectcomment и фигачим проект магия !!!! ВЫЗОВ ДРУГОЙ ПРОЦЕДУРЫ
  65. $this->CallProcedureStartProject();
  66. // 8 прикручиваем к созданному проекту asusg_project_id
  67. $this->addAsusgProjectId();
  68. // 9
  69. $this->daclareProperties();
  70. // 10
  71. echo "<pre>";
  72. var_dump($this->CallProcedureStartProject());
  73. echo "</pre>";
  74. exit;
  75. $result = $this->AsusgCurJob();
  76. //$this->AsusgCurCommand();
  77. //var_dump($this->cur_command);
  78. //$this->startProjectForLoco();
  79. $asusgProjectEntity = AsusgProject::find()->where(['id' => $this->project_id , 'status' => 1])->one();
  80. if ( null == $asusgProjectEntity) {
  81. return true;
  82. }
  83. $this->projectId = $asusgProjectEntity->id;//select id from asusg_project where id = project_id and status = 1
  84. $this->setUpdateProjects();
  85. $this->organizeСommands(); // протестил работает!
  86. //var_dump($this->companyId); exit;
  87. }
  88. // получение cur_job !!!!!!!!
  89. public function AsusgCurJob()
  90. {
  91. //declare cur_job cursor for
  92. $result = [];
  93. $query = "select aj2l.id, coalesce(aj2l.asusg_employee_id1, 0), coalesce(aj2l.asusg_employee_id2, 0), coalesce(aj2l.asusg_employee_id3, 0)
  94. from asusg_job2launch aj2l
  95. where aj2l.asusg_project_id =" . $this->project_id;
  96. $this->cur_job = Yii::$app->db->createCommand($query)->queryAll();
  97. if ( count($result) ) {
  98. //$this->logger->setLog();
  99. }
  100. return $result;
  101. }
  102. public function AsusgCurTask(){
  103. $result = [];
  104. $query = 'select id from tasks where parent_id = 0 and input_id = '. $this->project_id;
  105. $result = Yii::$app->db->createCommand($query)->queryAll();
  106. if ( count($result) ) {
  107. //$this->logger->setLog();
  108. }
  109. return $result;
  110. }
  111. public function AsusgCurCommand($taskId){
  112. $result = [];
  113. $query = "select t.id from tasks t
  114. where t.input_id = " . $this->project_id . "
  115. and t.parent_id = " . $taskId . "
  116. order by t.project_id, t.priority";
  117. $result = Yii::$app->db->createCommand($query)->queryAll();
  118. if ( count($result) ) {
  119. //$this->logger->setLog();
  120. }
  121. $this->cur_command = $result;
  122. return $result;
  123. }
  124. // 1. ========================================================================================================================================
  125. private function getCompanyId()
  126. {
  127. $result = [];
  128. $accountsEntity = Accounts::findOne($this->initiator);
  129. $this->companyId = $accountsEntity->company;
  130. if( null == $this->companyId ) {
  131. return false;
  132. }
  133. if ( count($result) ) {
  134. //$this->logger->setLog();
  135. }
  136. }
  137. // 2. ========================================================================================================================================
  138. private function GetProjecttype(){
  139. // part #8
  140. //$query = "select id from projecttypes where name = 'Проект из мэппинга' and company = " . $this->companyId;
  141. $this->projecttype = Projecttypes::find()->select(['id'])->where(['name' => 'Проект из мэппинга','company' => $this->companyId])->all();
  142. //$this->projecttype = Yii::$app->db->createCommand($query)->queryAll();
  143. }
  144. // 3. ========================================================================================================================================
  145. private function GetProjectId(){
  146. $asusgProjectEntity = AsusgProject::find()->where(['id' => $this->project_id , 'status' => 1])->one();
  147. if ( null == $asusgProjectEntity) {
  148. return false;
  149. }
  150. $this->projectId = $asusgProjectEntity->id;
  151. }
  152. // 4. ========================================================================================================================================
  153. private function GetProjecttypeId(){
  154. $asusgProjectEntity = AsusgProject::find()->select(['asusg_projecttype_id'])->where(['id' => $this->projectId])->one();
  155. $this->projecttypeId = $asusgProjectEntity->asusg_projecttype_id;
  156. if ( null == $this->projecttypeId) {
  157. $asusgProjectJoinEntity = AsusgProject::find()
  158. ->leftJoin('asusg_projecttype', 'asusg_project.loco_serie_id = asusg_projecttype.id and asusg_projecttype.repair_type = asusg_project.repair_type')
  159. ->select(['asusg_projecttype.id'])
  160. ->where(['asusg_project.id' => $this->project_id])
  161. ->one();
  162. $this->projecttypeId = $asusgProjectJoinEntity->id;
  163. }
  164. if ( null == $this->projecttypeId) {
  165. return false;
  166. }
  167. }
  168. // 5. ========================================================================================================================================
  169. private function GetLocoProperties(){
  170. $asusgProjectJoinEntity = AsusgProject::find()
  171. ->leftJoin('locomotive_series', 'asusg_project.loco_serie_id = locomotive_series.id')
  172. ->leftJoin('repairtypes', 'repairtypes.id = asusg_project.repair_type')
  173. ->select(['locomotive_series.name as lsname', 'asusg_project.loco_number', 'repairtypes.name as rtname'])
  174. ->where(['asusg_project.id' => $this->project_id])
  175. ->asArray()
  176. ->one();
  177. $this->locoserie = $asusgProjectJoinEntity['lsname'];
  178. $this->loconumber = $asusgProjectJoinEntity['loco_number'];
  179. $this->tmpText = $asusgProjectJoinEntity['rtname'];
  180. }
  181. // 7 . ========================================================================================================================================
  182. private function CallProcedureStartProject() {
  183. $startProjectForLocoModel = new StartProjectForLocoModel();
  184. $this->asusgProjectId = $startProjectForLocoModel->execute($this->initiator, $this->projecttype, $this->locoserie, $this->loconumber, $this->projectcomment);
  185. if ( null == $this->asusgProjectId) {
  186. return false;
  187. }
  188. return true;;
  189. /*
  190. $result = \Yii::$app->db->createCommand('CALL coverage_dis_prof(:initiator, :projecttype , @projectId , :loconumber ,:projectcomment);')
  191. ->bindValue(':initiator' , $this->initiator)
  192. ->bindValue(':projecttype', $this->projecttype)
  193. ->bindValue(':loconumber', $this->loconumber)
  194. ->bindValue(':projectcomment', $this->projectcomment)
  195. ->execute();
  196. $rez=Yii::$app->db->createCommand("SELECT @projectId;")->queryScalar();
  197. */
  198. }
  199. // 8 . =========================================================================================================================================
  200. private function addAsusgProjectId(){
  201. $projectsLocotechEntity = ProjectsLocotech::findOne($this->asusgProjectId);
  202. $projectsLocotechEntity->asusg_project_id = $this->project_id;
  203. $projectsLocotechEntity->save();
  204. }
  205. // 9 . =========================================================================================================================================
  206. public function daclareProperties() {
  207. $asusgProjectEntity = AsusgProject::findOne()
  208. ->select(['coalesce(section_a, 0) as section_a', 'coalesce(section_b, 0) as section_b', 'coalesce(section_c, 0) as section_c'])
  209. ->where(['id' => 116])
  210. ->asArray()
  211. ->one();
  212. $this->s1v = $asusgProjectEntity['section_a'];
  213. $this->s2v = $asusgProjectEntity['section_b'];
  214. $this->s3v = $asusgProjectEntity['section_c'];
  215. if ($this->s2v < $this->s1v) {
  216. $this->tmpsv = $this->s1v;
  217. $this->s1v = $this->s2v;
  218. $this->s2v = $this->tmpsv;
  219. $this->tmps = $this->s1;
  220. $this->s1 = $this->s2;
  221. $this->s2 = $this->tmps;
  222. }
  223. if ($this->s3v < $this->s2v) {
  224. $this->tmpsv = $this->s2v;
  225. $this->s2v = $this->s3v;
  226. $this->s3v = $this->tmpsv;
  227. $this->tmps = $this->s2;
  228. $this->s2 = $this->s3;
  229. $this->s3 = $this->tmps;
  230. }
  231. if ($this->s2v < $this->s1v) {
  232. $this->tmpsv = $this->s1v;
  233. $this->s1v = $this->s2v;
  234. $this->s2v = $this->tmpsv;
  235. $this->tmps = $this->s1;
  236. $this->s1 = $this->s2;
  237. $this->s2 = $this->tmps;
  238. }
  239. }
  240. // 10. =========================================================================================================================================
  241. public function wwwer() {
  242. if ($this->s1v > 0 ) {
  243. $done = 0;
  244. foreach ( $this->cur_job as $jobId) {
  245. if ( $done = 1 ) {
  246. break;
  247. }
  248. if ( $jobId->asusg_employee_id1 != 0 || $jobId->asusg_employee_id2 != 0 || $jobId->asusg_employee_id3 != 0) {
  249. $asusgAddJobToProjectForSectionByEmployeeModel = new AsusgAddJobToProjectForSectionByEmployeeModel();
  250. $asusgAddJobToProjectForSectionByEmployeeModel->execute($this->initiator, $this->project_id, $this->id, $this->asusg_employee_id1);
  251. } else {
  252. AsusgAddJobToProjectForSectionModel::execute($this->initiator, $this->project_id, $this->id, $this->asusg_employee_id1);
  253. }
  254. }
  255. }
  256. if ( $this->s2v > 0 ) {
  257. $done = 0;
  258. foreach( $this->cur_job as $jobId) {
  259. if ( $done = 1 ) {
  260. break;
  261. }
  262. if ( $jobId->asusg_employee_id1 != 0 || $jobId->asusg_employee_id2 != 0 || $jobId->asusg_employee_id3 != 0) {
  263. $asusgAddJobToProjectForSectionByEmployeeModel = new AsusgAddJobToProjectForSectionByEmployeeModel();
  264. $asusgAddJobToProjectForSectionByEmployeeModel->execute($this->initiator,$this->project_id,$jobId->id,$jobId->asusg_employee_id2);
  265. } else {
  266. AsusgAddJobToProjectForSectionModel::execute($this->initiator,$this->project_id,$jobId->id,$jobId->asusg_employee_id2);
  267. }
  268. }
  269. }
  270. if ( $this->s3v > 0 ) {
  271. $done = 0;
  272. foreach( $this->cur_job as $jobId) {
  273. if ( $done = 1 ) {
  274. break;
  275. }
  276. if ( $jobId->asusg_employee_id1 != 0 || $jobId->asusg_employee_id2 != 0 || $jobId->asusg_employee_id3 != 0) {
  277. $query = "call asusg_add_job_to_project_for_section_by_employee(" . $this->initiator . ", " . $this->project_id . ", " . $jobId->id . ", " . $jobId->asusg_employee_id3 .")";
  278. $asusgAddJobToProjectForSectionByEmployeeModel = new AsusgAddJobToProjectForSectionByEmployeeModel();
  279. $asusgAddJobToProjectForSectionByEmployeeModel->execute($this->initiator,$this->project_id,$jobId->id,$jobId->asusg_employee_id3);
  280. } else {
  281. AsusgAddJobToProjectForSectionModel::execute($this->initiator,$this->project_id,$jobId->id,$jobId->asusg_employee_id3);
  282. }
  283. }
  284. }
  285. }
  286. public function startProjectForLoco() {
  287. /*
  288. call start_project_for_loco(initiator, projecttype, projectId, locoserie, loconumber, projectcomment);
  289. if ( null == $projectId) {
  290. return false;
  291. }
  292. if (projectId is null) then leave build_project; end if;
  293. update projects_locotech
  294. set asusg_project_id = project_id
  295. where id = projectId;
  296. */
  297. }
  298. public function setUpdateProjects() {
  299. $result = [];
  300. $query = "UPDATE asusg_project SET status = 2, started = NOW()
  301. WHERE id = " . $this->project_id;
  302. $query2 = "UPDATE projects_locotech SET tasks = coalesce(right(tasks, length(tasks) - 1), '')
  303. WHERE id = " . $this->projectId;
  304. $query3 = "INSERT INTO text_log (msg) VALUES (concat(cast(initiator as char), ': Проект ', cast(project_id as char), '/', cast(projectId as char), ' подготовлен. Упорядочиваю команды.'))";
  305. var_dump($query,'<br>');
  306. var_dump($query2,'<br>');
  307. var_dump($query3,'<br>');
  308. //Yii::$app->db->createCommand($query)->queryAll();
  309. //Yii::$app->db->createCommand($query2)->queryAll();
  310. //Yii::$app->db->createCommand($query3)->queryAll();
  311. return $result;
  312. }
  313. public function organizeСommands(){
  314. #Упорядочить команды в задачах по project_id, установить project_id = 0.
  315. foreach ($this->AsusgCurTask() as $taskId) {
  316. $counter = 0;
  317. foreach ($this->AsusgCurCommand($taskId["id"]) as $commandId) {
  318. $query = "UPDATE tasks
  319. SET priority = " . $counter . ", project_id = 0
  320. WHERE id = " . $commandId['id'];
  321. var_dump($query,'<br>');
  322. //$res = Yii::$app->db->createCommand($query)->queryAll();
  323. $counter++;
  324. }
  325. }
  326. $query = "INSERT INTO text_log (msg) VALUES (concat(cast(initiator as char), ': Проект ', cast(project_id as char), '/', cast(projectId as char), ' запущен в работу.'))";
  327. /*
  328. Yii::$app->db->createCommand($query)->queryAll();
  329. open cur_task;
  330. ct_loop: loop
  331. set done = 0;
  332. fetch cur_task into taskId;
  333. if done = 1 then leave ct_loop; end if;
  334. set counter = 0;
  335. open cur_command;
  336. cc_loop: loop
  337. set done = 0;
  338. fetch cur_command into commandId;
  339. if done = 1 then leave cc_loop; end if;
  340. set counter = counter + 1;
  341. update tasks
  342. #set project_id = 0, priority = counter
  343. set priority = counter, project_id = 0
  344. where id = commandId;
  345. end loop;
  346. close cur_command;
  347. end loop;
  348. close cur_task;
  349. */
  350. }
  351. public function text_log(){
  352. // part #12
  353. $query = "insert into text_log (msg) values (concat(cast(initiator as char), ': Проект ', cast(project_id as char), '/', cast(projectId as char), ' запущен в работу.'))";
  354. $result = Yii::$app->db->createCommand($query)->queryAll();
  355. }
  356. }
  357. /*
  358. build_project: BEGIN
  359. declare projectId integer;
  360. declare locoserie varchar(255);
  361. declare loconumber int;
  362. declare projecttypeId integer;
  363. declare projectcomment varchar(255);
  364. declare tmpText varchar(255);
  365. declare taskGuid varchar(255);
  366. declare parentId integer;
  367. declare taskId integer;
  368. declare commandId integer;
  369. declare counter integer;
  370. declare jobId integer;
  371. declare projecttype integer;
  372. declare companyId integer;
  373. declare s1 varchar(1);
  374. declare s2 varchar(1);
  375. declare s3 varchar(1);
  376. declare tmps varchar(1);
  377. declare s1v integer;
  378. declare s2v integer;
  379. declare s3v integer;
  380. declare tmpsv integer;
  381. declare e1 integer;
  382. declare e2 integer;
  383. declare e3 integer;
  384. declare done integer;
  385. declare cur_job cursor for
  386. select aj2l.id, coalesce(aj2l.asusg_employee_id1, 0), coalesce(aj2l.asusg_employee_id2, 0), coalesce(aj2l.asusg_employee_id3, 0)
  387. from asusg_job2launch aj2l
  388. where aj2l.asusg_project_id = project_id;
  389. declare cur_task cursor for
  390. select id
  391. from tasks
  392. where parent_id = 0
  393. and input_id = projectId;
  394. declare cur_command cursor for
  395. select t.id
  396. from tasks t
  397. where t.input_id = projectId
  398. and t.parent_id = taskId
  399. order by t.project_id, t.priority;
  400. declare continue handler for not found set done = 1;
  401. 1 Определяем ид компании ( companyId )
  402. select company into companyId
  403. from accounts
  404. where id = initiator;
  405. 1.1 если нет то крах
  406. if companyId is null then leave build_project; end if;
  407. 2 Определяем тип роекта ( projecttype )
  408. select id into projecttype
  409. from projecttypes
  410. where name = 'Проект из мэппинга'
  411. and company = companyId;
  412. 3. Определяем ид проекта из asusg_project ( projectId )
  413. set projectId = (select id from asusg_project where id = project_id and status = 1);
  414. 3.1 если не то крах
  415. if (projectId is null) then leave build_project; end if;
  416. 4. Определяем ид типа проекта ( projecttypeId )
  417. select ap.asusg_projecttype_id into projecttypeId
  418. from asusg_project ap
  419. where ap.id = projectId;
  420. 4.1 если нет джойним asusg_project и asusg_projecttype ( projecttypeId )
  421. if (projecttypeId is null) then
  422. select apt.id into projecttypeId
  423. from asusg_project ap
  424. left join asusg_projecttype apt on apt.loco_serie_id = ap.loco_serie_id and apt.repair_type = ap.repair_type
  425. where ap.id = project_id;
  426. 4.2 если нет то крах
  427. if (projecttypeId is null) then leave build_project; end if;
  428. end if;
  429. 5 определяем переменные locoserie, loconumber, tmpText
  430. select ls.name, ap.loco_number, rt.name into locoserie, loconumber, tmpText
  431. from asusg_project ap left join locomotive_series ls on ap.loco_serie_id = ls.id left join repairtypes rt on rt.id = ap.repair_type
  432. where ap.id = project_id;
  433. 6 получаем строку коммента
  434. set projectcomment = concat('Проект АСУ СГ №', convert(project_id, char), ': ', tmpText, ', ', locoserie);
  435. 7 собираем все переменные initiator, projecttype, projectId, locoserie, loconumber, projectcomment и фигачим проект магия
  436. call start_project_for_loco(initiator, projecttype, projectId, locoserie, loconumber, projectcomment);
  437. 7.1 если projectId нет то крах
  438. if (projectId is null) then leave build_project; end if;
  439. 8 прикручиваем к созданному проекту asusg_project_id
  440. update projects_locotech
  441. set asusg_project_id = project_id
  442. where id = projectId;
  443. set s1 = 'А';
  444. set s2 = 'Б';
  445. set s3 = 'В';
  446. 9
  447. select coalesce(section_a, 0), coalesce(section_b, 0), coalesce(section_c, 0)
  448. into s1v, s2v, s3v
  449. from asusg_project
  450. where id = project_id;
  451. if (s2v < s1v) then
  452. set tmpsv = s1v;
  453. set s1v = s2v;
  454. set s2v = tmpsv;
  455. set tmps = s1;
  456. set s1 = s2;
  457. set s2 = tmps;
  458. end if;
  459. if (s3v < s2v) then
  460. set tmpsv = s2v;
  461. set s2v = s3v;
  462. set s3v = tmpsv;
  463. set tmps = s2;
  464. set s2 = s3;
  465. set s3 = tmps;
  466. end if;
  467. if (s2v < s1v) then
  468. set tmpsv = s1v;
  469. set s1v = s2v;
  470. set s2v = tmpsv;
  471. set tmps = s1;
  472. set s1 = s2;
  473. set s2 = tmps;
  474. end if;
  475. 10
  476. if s1v > 0 then
  477. open cur_job;
  478. cj_loop1: loop
  479. set done = 0;
  480. fetch cur_job into jobId, e1, e2, e3;
  481. if done = 1 then leave cj_loop1; end if;
  482. if (e1 <> 0) or (e2 <> 0) or (e3 <> 0) then
  483. call asusg_add_job_to_project_for_section_by_employee(initiator, project_id, jobId, s1);
  484. else
  485. call asusg_add_job_to_project_for_section(initiator, project_id, jobId, s1);
  486. end if;
  487. end loop;
  488. close cur_job;
  489. end if;
  490. if s2v > 0 then
  491. open cur_job;
  492. cj_loop2: loop
  493. set done = 0;
  494. fetch cur_job into jobId, e1, e2, e3;
  495. if done = 1 then leave cj_loop2; end if;
  496. if (e1 <> 0) or (e2 <> 0) or (e3 <> 0) then
  497. call asusg_add_job_to_project_for_section_by_employee(initiator, project_id, jobId, s2);
  498. else
  499. call asusg_add_job_to_project_for_section(initiator, project_id, jobId, s2);
  500. end if;
  501. end loop;
  502. close cur_job;
  503. end if;
  504. if s3v > 0 then
  505. open cur_job;
  506. cj_loop3: loop
  507. set done = 0;
  508. fetch cur_job into jobId, e1, e2, e3;
  509. if done = 1 then leave cj_loop3; end if;
  510. if (e1 <> 0) or (e2 <> 0) or (e3 <> 0) then
  511. call asusg_add_job_to_project_for_section_by_employee(initiator, project_id, jobId, s3);
  512. else
  513. call asusg_add_job_to_project_for_section(initiator, project_id, jobId, s3);
  514. end if;
  515. end loop;
  516. close cur_job;
  517. end if;
  518. update asusg_project
  519. set status = 2,
  520. started = NOW()
  521. where id = project_id;
  522. update projects_locotech
  523. set tasks = coalesce(right(tasks, length(tasks) - 1), '')
  524. where id = projectId;
  525. insert into text_log (msg) values (concat(cast(initiator as char), ': Проект ', cast(project_id as char), '/', cast(projectId as char), ' подготовлен. Упорядочиваю команды.'));
  526. #Упорядочить команды в задачах по project_id, установить project_id = 0.
  527. open cur_task;
  528. ct_loop: loop
  529. set done = 0;
  530. fetch cur_task into taskId;
  531. if done = 1 then leave ct_loop; end if;
  532. set counter = 0;
  533. open cur_command;
  534. cc_loop: loop
  535. set done = 0;
  536. fetch cur_command into commandId;
  537. if done = 1 then leave cc_loop; end if;
  538. set counter = counter + 1;
  539. update tasks
  540. #set project_id = 0, priority = counter
  541. set priority = counter, project_id = 0
  542. where id = commandId;
  543. end loop;
  544. close cur_command;
  545. end loop;
  546. close cur_task;
  547. insert into text_log (msg) values (concat(cast(initiator as char), ': Проект ', cast(project_id as char), '/', cast(projectId as char), ' запущен в работу.'));
  548. END
  549. */
  550. ?>