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
b53b082f
...
b53b082f81f1efb559bd411fdf44bbeb9801e42b
authored
2021-08-26 11:32:50 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整数据格式
1 parent
a1230dc9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Services/MusicianWithdrawService.php
app/Services/MusicianWithdrawService.php
View file @
b53b082
...
...
@@ -19,9 +19,11 @@ class MusicianWithdrawService extends Service
*/
public
function
receiptInfoByName
()
{
/*
if (!StakeholderIncomeByPayer::query()->where(['sync_status'=>1, 'withdraw_status'=>0, 'identifier'=>$this->identifier->identifier])->count()) {
return Response::error(ErrorCode::WITHDRAW_NO_RECORD);
}
*/
if
(
$receipt
=
Company
::
query
()
->
where
([
'receipt_name'
=>
$this
->
request
->
input
(
'name'
)])
->
first
())
{
return
Response
::
success
([
...
...
Please
register
or
sign in
to post a comment