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