root 5 년 전
부모
커밋
8ddd71ebb5
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 = $countKPD;
$kpd = 'KP'.$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 = $countKPD;
$kpd = 'KP'.$countKPD;
$no_siri = date('yn').'-'.$countKPD; $no_siri = date('yn').'-'.$countKPD;


$fileData = [ $fileData = [

Loading…
취소
저장