sign in
This commit is contained in:
parent
a57a6d9720
commit
9645263896
@ -2940,7 +2940,7 @@ class ActivityController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
$qrCode = QrCode::where("type", "community")->where("type_id", $activity_id)->first();
|
$qrCode = QrCode::where("type", "community")->where("type_id", $activity_id)->first();
|
||||||
|
dd($qrCode);
|
||||||
foreach ($apply_user as $item) {
|
foreach ($apply_user as $item) {
|
||||||
$item->is_sign = false;
|
$item->is_sign = false;
|
||||||
$item->sign_time = '';
|
$item->sign_time = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user