Commit b53b082f b53b082f81f1efb559bd411fdf44bbeb9801e42b by lemon

调整数据格式

1 parent a1230dc9
......@@ -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([
......