Commit 82d39946 82d3994687d28385ee87cca3297280a0c04bd0fd by lemon

确认账单

1 parent d03f7235
......@@ -112,7 +112,7 @@ class MusicianWithdrawService extends Service
{
if (RedisClient::instance('bills')->set(CacheKeyTools::billsConfirm($this->request->serial_no), true, 'EX', 3, 'NX')) {
$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();
$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();
DB::beginTransaction();
......