mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
订单售后确认 bug 修复
This commit is contained in:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user