修复添加
This commit is contained in:
parent
6c4d8c2996
commit
292b9c0757
@ -98,7 +98,6 @@ class Product extends BaseController
|
||||
$product_type=0;//普通商品
|
||||
}
|
||||
$data['update_time'] = date('Y-m-d H:i:s');
|
||||
halt($data);
|
||||
$this->repository->create($data,$product_type,1);
|
||||
return app('json')->success('添加成功');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user