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
40b08a96
...
40b08a9698b3cff1cde57a0a13bc278dffb2de20
authored
2021-08-23 16:37:01 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
337a7bb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
app/Services/MusicianWithdrawService.php
app/Services/MusicianWithdrawService.php
View file @
40b08a9
...
...
@@ -25,13 +25,13 @@ class MusicianWithdrawService extends Service
if
(
$receipt
=
Company
::
query
()
->
where
([
'receipt_name'
=>
$this
->
request
->
input
(
'name'
)])
->
first
())
{
return
Response
::
success
([
'receipt_type'
=>
$receipt
->
company
->
receipt_type
,
'receipt_name'
=>
$receipt
->
company
->
receipt_name
,
'receipt_no'
=>
$receipt
->
company
->
receipt_no
,
'receipt_tel'
=>
$receipt
->
company
->
receipt_tel
,
'receipt_address'
=>
$receipt
->
company
->
receipt_address
,
'receipt_bank'
=>
$receipt
->
company
->
receipt_bank
,
'receipt_bank_no'
=>
$receipt
->
company
->
receipt_bank_no
,
'receipt_type'
=>
$receipt
->
receipt_type
,
'receipt_name'
=>
$receipt
->
receipt_name
,
'receipt_no'
=>
$receipt
->
receipt_no
,
'receipt_tel'
=>
$receipt
->
receipt_tel
,
'receipt_address'
=>
$receipt
->
receipt_address
,
'receipt_bank'
=>
$receipt
->
receipt_bank
,
'receipt_bank_no'
=>
$receipt
->
receipt_bank_no
,
]);
}
else
{
return
Response
::
success
();
...
...
Please
register
or
sign in
to post a comment