瀏覽代碼

latest

master
Siti Rahayu 5 年之前
父節點
當前提交
07a0e478bf
共有 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…
取消
儲存