From d23f8abe8c494b718d57052dc0a6d3eec2861c46 Mon Sep 17 00:00:00 2001 From: qianhy Date: Thu, 16 Feb 2023 17:40:44 +0800 Subject: [PATCH] supplier add status default 1 --- admin/controllers/sys/Supplier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controllers/sys/Supplier.php b/admin/controllers/sys/Supplier.php index 331535ab..1c20781b 100644 --- a/admin/controllers/sys/Supplier.php +++ b/admin/controllers/sys/Supplier.php @@ -98,7 +98,7 @@ class Supplier extends HD_Controller{ 'title' => '', 'short' =>'', 'type' => 1, - 'status' => 0, + 'status' => 1, ); $action = '/sys/supplier/add'; $title = '新增供应商';