From 7a873a9d980300547f4c941d07833da22f095e2b Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Mon, 25 Nov 2019 20:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=B8=81=E5=8F=91=E6=94=BEbu?= =?UTF-8?q?g=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteCoinController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Controller/PromoteCoinController.class.php b/Application/Admin/Controller/PromoteCoinController.class.php index 8bd39244f..a45cb9087 100644 --- a/Application/Admin/Controller/PromoteCoinController.class.php +++ b/Application/Admin/Controller/PromoteCoinController.class.php @@ -22,6 +22,7 @@ class PromoteCoinController extends ThinkController $extend['source_id'] = 0; $map = $extend; } else { + $extend['type'] = 1; $extend['promote_id'] = $_GET['promote_id']; $extend['promote_type'] = $_GET['promote_type'];