From e362a27e1df8f7a46fac09b257dc6424f4629edd Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 23 Dec 2021 14:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/PromoteCompanyWarningController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Admin/Controller/PromoteCompanyWarningController.class.php b/Application/Admin/Controller/PromoteCompanyWarningController.class.php index 7cb20d72c..b52c5afe7 100644 --- a/Application/Admin/Controller/PromoteCompanyWarningController.class.php +++ b/Application/Admin/Controller/PromoteCompanyWarningController.class.php @@ -64,7 +64,7 @@ class PromoteCompanyWarningController extends ThinkController $joinDataTable = '(' . $tmpTable . ')'; } else { $columns[] = 'b.month'; - $orderBy = 'b.month asc, b.company_id asc'; + $orderBy = 'b.month desc, b.company_id asc'; } $query = M('promote_company', 'tab_')->alias('c') @@ -144,8 +144,8 @@ class PromoteCompanyWarningController extends ThinkController } $pageTypeNames = [ - 'monthly' => '当月流水预警', - 'total' => '累计流水预警', + 'monthly' => '合同签订当月流水预警', + 'total' => '合同签订累计流水预警', ]; $pageTypeName = $pageTypeNames[$type];