修复内容

This commit is contained in:
2026-01-17 16:44:21 +08:00
parent 41ad75af08
commit 5455aceab5
4 changed files with 23 additions and 4 deletions

View File

@@ -1137,6 +1137,7 @@ class OrderLogic extends LogicBase
$list['orderyjfw']= $list['number']-$number;
$list['orderdaifw'] = Db::name('order_exe')->where('order_sn',$list['order_sn'])->where('staff_status',0)->count(); //待服务数量
$list['orderfwzhon'] = Db::name('order_exe')->where('order_sn',$list['order_sn'])->where('staff_status',1)->count(); //服务中数量
$list['orderyiwanchen'] = Db::name('order_exe')->where('order_sn',$list['order_sn'])->where('staff_status',3)->count(); //服务已完成
$list['showBubble']=false;
$list['more']="更多";
}