From 4a8fd7b5f1b59992d0d3f3ef9fe444bc5067a7df Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Wed, 10 Apr 2019 14:34:02 +0800 Subject: [PATCH] 1 --- webapp/controller/SignController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/SignController.class.php b/webapp/controller/SignController.class.php index 9f455a3..6174a45 100644 --- a/webapp/controller/SignController.class.php +++ b/webapp/controller/SignController.class.php @@ -76,7 +76,7 @@ class SignController{ return; } //获得奖励 - $s = $this->getSign($sign_days + 90000); + $s = $this->getSign($sign_days % 7 + 90000); $item_id = $s['item_id']; $num = $s['num']; } else {