From 1c633e60cbaa23ff1865d98461f948a8cd6f8008 Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Wed, 22 Jul 2020 10:48:06 +0800 Subject: [PATCH] upt --- .../Admin/Controller/PresidentDepositController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PresidentDepositController.class.php b/Application/Admin/Controller/PresidentDepositController.class.php index 2cb522999..7d9f847ac 100644 --- a/Application/Admin/Controller/PresidentDepositController.class.php +++ b/Application/Admin/Controller/PresidentDepositController.class.php @@ -488,11 +488,11 @@ class PresidentDepositController extends ThinkController $data['update_time'] = time(); $data['status'] = 1; $data['pay_accept_time'] = $data['refund_time'] = 0; + $data['promote_id'] = $promoteId; if (!$record) { M('president_deposit', 'tab_')->add($data); } else { - $data['promote_id'] = $promoteId; M('president_deposit', 'tab_')->where(['promote_id' => $promoteId])->save($data); }