root 5 лет назад
Родитель
Сommit
251ce89d4b
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      app/Http/Controllers/Api/CompoundResourceController.php

+ 2
- 2
app/Http/Controllers/Api/CompoundResourceController.php Просмотреть файл

$countKPD = $countKPD + 1; $countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound); } while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);


$kpd = 'KP' . $countKPD;
$kpd = $countKPD;
$no_siri = date('yn').'-'.$countKPD; $no_siri = date('yn').'-'.$countKPD;


$fileData = [ $fileData = [
$countKPD = $countKPD + 1; $countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound); } while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);


$kpd = 'KP' . $countKPD;
$kpd = $countKPD;
$no_siri = date('yn').'-'.$countKPD; $no_siri = date('yn').'-'.$countKPD;


$fileData = [ $fileData = [

Загрузка…
Отмена
Сохранить