|
|
@@ -182,7 +182,7 @@ class SupervisorsService extends BaseService
|
|
|
$this->error = '请填写当前角色/职务';
|
|
|
return false;
|
|
|
}
|
|
|
- $cacheKey = "caches:supervisors:consult:{$userId}";
|
|
|
+ $cacheKey = "caches:supervisors:consult:{$userId}_{$sourceId}";
|
|
|
if (RedisService::get($cacheKey)) {
|
|
|
$this->error = '您近期已经提交过,请30秒后重试';
|
|
|
return false;
|