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 93395c4e1..01ec89429 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',###}