From 3b8e7eb2b0dbde95c1758e1bccb63f1afb01774b Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 22 May 2020 11:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E6=B8=B8=E6=88=8F=E5=88=86?= =?UTF-8?q?=E6=88=90=E7=AE=A1=E7=90=86ok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyGameRatioController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/CompanyGameRatioController.class.php b/Application/Admin/Controller/CompanyGameRatioController.class.php index 5baecd715..b2ede411d 100644 --- a/Application/Admin/Controller/CompanyGameRatioController.class.php +++ b/Application/Admin/Controller/CompanyGameRatioController.class.php @@ -63,7 +63,7 @@ class CompanyGameRatioController extends AdminController $v['begin_time'] = date("Y-m-d",$v['begin_time']); $v['end_time'] = $v['end_time'] ? date('Y-m-d', $v['end_time']) : '永久'; - $v["valid"] = "{$v['begin_time']} ~~ {$v['end_time']}"; + $v["valid"] = "{$v['begin_time']} ~ {$v['end_time']}"; $v['company_belong'] ="下游".getCompanyBlong($v['company_belong']); $v['verify_log'] = json_decode($v['verify_log'], true);