From bb73235874a3bba6331a84360275c9c233615559 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Tue, 29 Dec 2020 18:33:19 +0800 Subject: [PATCH] =?UTF-8?q?12.28=E5=8A=9F=E8=83=BD=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/MarketPercentageController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/MarketPercentageController.class.php b/Application/Admin/Controller/MarketPercentageController.class.php index ddb054f2f..1f5659fa7 100644 --- a/Application/Admin/Controller/MarketPercentageController.class.php +++ b/Application/Admin/Controller/MarketPercentageController.class.php @@ -509,7 +509,7 @@ class MarketPercentageController extends ThinkController ->find(); if ($is_hav) { - if ($is_hav['coefficient'] != $save['coefficient']) { +// if ($is_hav['coefficient'] != $save['coefficient']) { $save['update_time'] = time(); M("coefficient","tab_") ->where([ @@ -522,7 +522,7 @@ class MarketPercentageController extends ThinkController 'admin_id'=>$save['admin_id'] ])->save($marketSave); - } +// } } else { $save['create_time'] = time();