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 545e588cc..b1d58fbe6 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']; }