*
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -28,6 +28,7 @@ class MusicianWithdrawService extends Service | ... | @@ -28,6 +28,7 @@ class MusicianWithdrawService extends Service |
28 | if ($receipt = Company::query()->where(['receipt_name'=>$this->request->input('name')])->first()) { | 28 | if ($receipt = Company::query()->where(['receipt_name'=>$this->request->input('name')])->first()) { |
29 | return Response::success([ | 29 | return Response::success([ |
30 | 'receipt_type'=>$receipt->receipt_type, | 30 | 'receipt_type'=>$receipt->receipt_type, |
31 | 'receipt_consignee'=>$receipt->receipt_consignee, | ||
31 | 'receipt_name'=>$receipt->receipt_name, | 32 | 'receipt_name'=>$receipt->receipt_name, |
32 | 'receipt_no' =>$receipt->receipt_no, | 33 | 'receipt_no' =>$receipt->receipt_no, |
33 | 'receipt_tel' =>$receipt->receipt_tel, | 34 | 'receipt_tel' =>$receipt->receipt_tel, | ... | ... |
-
Please register or sign in to post a comment