From 10f3e5ca02492868515c5ebac0ef2a58bf9ad5d4 Mon Sep 17 00:00:00 2001 From: zhoujian <709286540@qq.com> Date: Tue, 22 Sep 2020 11:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=B7=B5=E7=9A=84=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 3c84f49..a067d15 100755 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -121,7 +121,9 @@ class Index extends Controller return json($res); } - if($fuActivity_data['id']!=19 or $fuActivity_data['id']!=28){ + if($fuActivity_data['id']==19 or $fuActivity_data['id']==28){ + + }else{ //如果不是军训的话 就要身份证 if(!$data['sfz']){ $res['code']='FAIL';