|
|
- $serviceWorkCount = ServiceWork::where('appoint_approval', 1)->where('work_pay_status','>',0)->where('update_time','<', time()-15*60)->count('id');
|
|
|
+ $serviceWorkCount = ServiceWork::where('appoint_approval', 1)->where('refund_approval','=',0)->where('work_pay_status','>',0)->where('update_time','<', time()-15*60)->count('id');
|