From f35c7bdc77e37491ea4b427eabfab68724574b1e Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Fri, 28 Feb 2020 16:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E5=85=85=E5=80=BC=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=A2=9E=E5=8A=A0=E6=98=93=E5=AE=9D=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index b7712232b..0651c7d55 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -379,6 +379,8 @@ function get_pay_way_map($id) { break; case 9: return 9; + case 17: + return 17; break; }