|
|
|
@ -544,7 +544,7 @@ class ProjectController extends CommonController
|
|
|
|
$has = AskSubmit::where('project_id', $all['project_id'])
|
|
|
|
$has = AskSubmit::where('project_id', $all['project_id'])
|
|
|
|
->where('mobile', $all['mobile'])
|
|
|
|
->where('mobile', $all['mobile'])
|
|
|
|
->first();
|
|
|
|
->first();
|
|
|
|
if ($has) return $this->error("每个月只能提交一次");
|
|
|
|
if ($has) return $this->error("请勿重复提交");
|
|
|
|
$content = [];
|
|
|
|
$content = [];
|
|
|
|
$socre = 0;
|
|
|
|
$socre = 0;
|
|
|
|
$askList = AskSubmit::$askList;
|
|
|
|
$askList = AskSubmit::$askList;
|
|
|
|
|