From 31e73b5fa8ee6451a71f1f347bfcb61f6bbb07c9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 17 Oct 2024 10:31:57 +0800 Subject: [PATCH] 1 --- webapp/models/LuckySymbol.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/models/LuckySymbol.php b/webapp/models/LuckySymbol.php index 3ae65f40..bd08cb7f 100644 --- a/webapp/models/LuckySymbol.php +++ b/webapp/models/LuckySymbol.php @@ -58,7 +58,8 @@ class LuckySymbol extends BaseModel { public static function getLuckyInc() { - + $val = 0; + return $val; } }