|
@@ -159,8 +159,9 @@ class SportsfootController extends Controller {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//危险球范围外的注单自动审核通过
|
|
//危险球范围外的注单自动审核通过
|
|
|
|
|
+ //return $otherorders;
|
|
|
if(!empty($otherorders)){
|
|
if(!empty($otherorders)){
|
|
|
- \App\Models\SportsNoteList::wherein('id', $account_identitys)->update(['roll_ratify' => '1']);
|
|
|
|
|
|
|
+ \App\Models\SportsNoteList::wherein('id', $otherorders)->update(['roll_ratify' => '1']);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//return $account_identitys;
|
|
//return $account_identitys;
|