From e70981678106d9c848008b740634d0ba8064b0ae Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Fri, 27 Dec 2019 16:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8D=95=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/BehaviorLogController.class.php | 4 +--- Application/Admin/Controller/ExportController.class.php | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Application/Admin/Controller/BehaviorLogController.class.php b/Application/Admin/Controller/BehaviorLogController.class.php index 82a4ef224..0643ada76 100644 --- a/Application/Admin/Controller/BehaviorLogController.class.php +++ b/Application/Admin/Controller/BehaviorLogController.class.php @@ -111,9 +111,7 @@ class BehaviorLogController extends ThinkController $map['tab_repair_pay.type'] = $params['type']; } - if(isset($params['type'])) { - $map['tab_spend.extend'] = $params['extend']; - } + if(isset($params['pay_order_number'])) { $map['tab_repair_pay.pay_order_number'] = $params['pay_order_number']; diff --git a/Application/Admin/Controller/ExportController.class.php b/Application/Admin/Controller/ExportController.class.php index 834f8dca5..884c8c2e0 100644 --- a/Application/Admin/Controller/ExportController.class.php +++ b/Application/Admin/Controller/ExportController.class.php @@ -2169,10 +2169,6 @@ class ExportController extends Controller $map['tab_repair_pay.create_time'] = array('BETWEEN', [$startTime, $endTime]); } - if(isset($params['type'])) { - $map['tab_spend.extend'] = $params['extend']; - } - if(isset($params['type'])) { $map['tab_repair_pay.type'] = $params['type']; }