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

+ 4
- 1
app/Http/Controllers/Api/CompoundResourceController.php 파일 보기

@@ -937,7 +937,10 @@ class CompoundResourceController extends BaseController
$this->dispatch(new StoreNotice($request->all(), $non, $staff->_id, $no_siri));

//mobile already accept 'kpd' string, so no need to change string name to 'notis'.
array_push($data, array('kpd' => $non));
array_push($data, array(
'kpd' => $kpd,
'non' => $non
));

return $this->sendResponse($data, 'Berjaya simpan rekod notis!');
// }

Loading…
취소
저장