确认账单bug
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -85,7 +85,7 @@ class MusicianWithdrawService extends Service | ... | @@ -85,7 +85,7 @@ class MusicianWithdrawService extends Service |
85 | { | 85 | { |
86 | if (RedisClient::instance('bills')->set(CacheKeyTools::billsConfirm($this->request->serial_no), true, 'EX', 3, 'NX')) { | 86 | if (RedisClient::instance('bills')->set(CacheKeyTools::billsConfirm($this->request->serial_no), true, 'EX', 3, 'NX')) { |
87 | 87 | ||
88 | $app = StakeholderIncomeSyncApp::query()->where(['serial_no'=>$this->request->serial_no, 'sync_status'=>1, 'identifier'=>$this->identifier->identifier, 'type'=>1])->select(['id', 'subject_no', 'company_id', 'stakeholder_id', 'related_id'])->first(); | 88 | $app = StakeholderIncomeSyncApp::query()->where(['serial_no'=>$this->request->serial_no, 'sync_status'=>1, 'withdraw_status'=>0, 'identifier'=>$this->identifier->identifier, 'type'=>1])->select(['id', 'subject_no', 'company_id', 'stakeholder_id', 'related_id'])->first(); |
89 | 89 | ||
90 | DB::beginTransaction(); | 90 | DB::beginTransaction(); |
91 | 91 | ... | ... |
-
Please register or sign in to post a comment