From db43f9b0268f15b013b42d6d88b3c2f36c7f19d5 Mon Sep 17 00:00:00 2001 From: jcadmin Date: Sat, 14 Dec 2024 17:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=AF=94=E5=88=86=E7=AE=97?= =?UTF-8?q?=E8=B5=9B=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/Zq/ZqMatch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/Zq/ZqMatch.php b/app/Model/Zq/ZqMatch.php index 02370599..f9640333 100755 --- a/app/Model/Zq/ZqMatch.php +++ b/app/Model/Zq/ZqMatch.php @@ -45,7 +45,7 @@ class ZqMatch extends BaseModel if ($homeScore > $awayScore) { return '胜'; } - if ($homeScore > $awayScore) { + if ($awayScore > $homeScore) { return '负'; } return '平';