提交 c7dc577d 编写于 作者: D devil

订单售后确认 bug 修复

上级 d8ee4820
......@@ -735,7 +735,7 @@ class OrderAftersaleService
}
// 更新数据
if(Db::name('OrderAftersale')->where($where)->update())
if(Db::name('OrderAftersale')->where($where)->update($data))
{
// 订单售后单确认成功钩子
$hook_name = 'plugins_service_order_aftersale_confirm_end';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册