Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
02474e2b
...
02474e2b2a96cb03a8182c26a41ea090bbe7bab5
authored
2021-09-13 11:33:11 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
b045174e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app/Services/MusicianWithdrawService.php
app/Services/MusicianWithdrawService.php
View file @
02474e2
...
...
@@ -28,6 +28,7 @@ class MusicianWithdrawService extends Service
if
(
$receipt
=
Company
::
query
()
->
where
([
'receipt_name'
=>
$this
->
request
->
input
(
'name'
)])
->
first
())
{
return
Response
::
success
([
'receipt_type'
=>
$receipt
->
receipt_type
,
'receipt_consignee'
=>
$receipt
->
receipt_consignee
,
'receipt_name'
=>
$receipt
->
receipt_name
,
'receipt_no'
=>
$receipt
->
receipt_no
,
'receipt_tel'
=>
$receipt
->
receipt_tel
,
...
...
Please
register
or
sign in
to post a comment