supplier add status default 1

This commit is contained in:
qianhy
2023-02-16 17:40:44 +08:00
committed by lccsw
parent e3a27f1e41
commit d23f8abe8c
+1 -1
View File
@@ -98,7 +98,7 @@ class Supplier extends HD_Controller{
'title' => '',
'short' =>'',
'type' => 1,
'status' => 0,
'status' => 1,
);
$action = '/sys/supplier/add';
$title = '新增供应商';