|
|
@@ -217,7 +217,7 @@ class MeetingService extends BaseService
|
|
|
RedisService::clear($cacheKey);
|
|
|
$this->error = '您已经完成签到';
|
|
|
return false;
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
$otherRecord = MeetingRecordsModel::with(['meeting'])->where(['user_id'=>$userId,'mark'=>1])->first();
|
|
|
$meeting = isset($otherRecord['meeting'])?$otherRecord['meeting']:[];
|