From 319dde1090040ed882e0ae0be98101d242827ce2 Mon Sep 17 00:00:00 2001
From: liuweiwen <529520975@qq.com>
Date: Tue, 11 Feb 2020 15:05:39 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=A5=96=E7=BD=9A=E8=AE=B0=E5=BD=95?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A0=B9=E6=8D=AE=E5=85=AC=E5=8F=B8=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Controller/StatementMangementController.class.php | 3 +++
.../View/StatementMangement/rewardManageList.html | 10 +++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/Application/Admin/Controller/StatementMangementController.class.php b/Application/Admin/Controller/StatementMangementController.class.php
index 6532fb38c..5cadcf02b 100644
--- a/Application/Admin/Controller/StatementMangementController.class.php
+++ b/Application/Admin/Controller/StatementMangementController.class.php
@@ -242,6 +242,9 @@ class StatementMangementController extends ThinkController
if (!empty(I('partner_id'))) {
$map['company_id'] = I('partner_id');
}
+ if (strlen(I('company_type'))) {
+ $map['company_type'] = I('company_type');
+ }
if (!empty(I('account'))) {
$map['accounts'] = ['like', '%' . I('account') . '%'];
}
diff --git a/Application/Admin/View/StatementMangement/rewardManageList.html b/Application/Admin/View/StatementMangement/rewardManageList.html
index 6b79eaee0..064f94ca5 100644
--- a/Application/Admin/View/StatementMangement/rewardManageList.html
+++ b/Application/Admin/View/StatementMangement/rewardManageList.html
@@ -64,7 +64,15 @@
-
+
+
+
+
+