소스 검색

add customer_category extract data

allo_data_retrieve^2^2
Siti Hajar Ibrahim 4 년 전
부모
커밋
fcb9fae4ac
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      app/Http/Controllers/Api/FormController.php

+ 3
- 2
app/Http/Controllers/Api/FormController.php 파일 보기

@@ -179,8 +179,9 @@ class FormController extends BaseController
}
array_push($result,array(
'type_application' => $f->type_application,
"type_service" => $f->type_service,
'type_application' => $f->type_application,
'customer_category' => $f->customer_category,
"type_service" => $f->type_service,
"customer_name"=> $name,
"ic" => $ic,
//"company_reg" => $company_reg,

Loading…
취소
저장