提交 c56fda5a 编写于 作者: G gongfuxiang

购物车删除接参优化

上级 79b85b7e
......@@ -358,7 +358,7 @@ class BuyService
// 删除
$where = [
'id' => explode(',', $params['id']),
'id' => is_array($params['id']) ? $params['id'] : explode(',', $params['id']),
'user_id' => $params['user']['id']
];
if(Db::name('Cart')->where($where)->delete())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册