From caddcd1543105e083e870fd8aa4e387408a82b1b Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Wed, 4 Mar 2020 09:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86=E5=88=A0?= =?UTF-8?q?=E9=99=A4url=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/PresidentDepositController.class.php | 3 +++ Application/Admin/View/UserActionLog/operateLog.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PresidentDepositController.class.php b/Application/Admin/Controller/PresidentDepositController.class.php index 3f771d80b..5f935cd85 100644 --- a/Application/Admin/Controller/PresidentDepositController.class.php +++ b/Application/Admin/Controller/PresidentDepositController.class.php @@ -280,6 +280,9 @@ class PresidentDepositController extends ThinkController { $promoteId = I('id', 0); M('president_deposit', 'tab_')->where(['promote_id' => $promoteId])->delete(); + + addOperationLog(['op_type'=>2,'key'=>$promoteId,'op_name'=>'删除会长押金记录','url'=>U('PresidentDeposit/records',['id'=>$promoteId]),'menu'=>'推广员-结算单管理-奖罚记录管理-删除会长押金记录']); + $this->ajaxReturn([ 'status' => 1, 'message' => '删除成功' diff --git a/Application/Admin/View/UserActionLog/operateLog.html b/Application/Admin/View/UserActionLog/operateLog.html index 9d359d8f8..465aab4fb 100644 --- a/Application/Admin/View/UserActionLog/operateLog.html +++ b/Application/Admin/View/UserActionLog/operateLog.html @@ -118,7 +118,9 @@ {$data.id} - {$data.menu}-{$data.key}{$data.menu}-{$data.key} + + {$data.menu}-{$data.key} + {$data.op_name} {$data.admin_account} {$data.create_time|date='Y-m-d H:i:s',###}