浏览代码

edit form controller

ifah
父节点
当前提交
73b9fbf39c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      app/Http/Controllers/Api/FormController.php

+ 2
- 2
app/Http/Controllers/Api/FormController.php 查看文件

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

正在加载...
取消
保存