From 2fa91b5d72fa08f84150c47da015178a7cc39298 Mon Sep 17 00:00:00 2001 From: tommy <3405129587@qq.com> Date: Mon, 11 May 2020 09:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=AD=BE=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E4=BA=92=E5=8A=A8=E9=9C=80=E8=A6=81=E5=90=8E?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/client/sign.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/client/sign.go b/controllers/client/sign.go index 89cec6a..fe8ac9c 100644 --- a/controllers/client/sign.go +++ b/controllers/client/sign.go @@ -73,7 +73,6 @@ func (t *SignCtl) Sign() { exist, err := models.GetById(activity, activityId) t.CheckErr(err) t.Assert(exist, code.MSG_ACTIVITY_NOT_EXIST, "互动不存在") - t.CheckRunning(activity.Status) user := new(models.User) exist, err = models.GetById(user, uid)