修复内容
This commit is contained in:
@@ -106,4 +106,11 @@ class HelpLogic
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
||||
public function commitmentInfo()
|
||||
{
|
||||
$data = Db::name('help')->where('title','承诺')->field('id,title,content')->find();
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
@@ -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']="更多";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user