root 5 년 전
부모
커밋
d0057ed464
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      app/Http/Controllers/Api/CompoundController.php

+ 0
- 1
app/Http/Controllers/Api/CompoundController.php 파일 보기

$kpd = $request->get('kpd'); $kpd = $request->get('kpd');
$success_upload = 0; $count_upload = 0; $success_upload = 0; $count_upload = 0;
$compound = Compound::with('ConfidentialFile')->where('kpd', $kpd)->first(); $compound = Compound::with('ConfidentialFile')->where('kpd', $kpd)->first();
dd($kpd);
if(!empty($compound)){ if(!empty($compound)){
if($request->hasFile('file')) { if($request->hasFile('file')) {

Loading…
취소
저장