|
|
@@ -20,6 +20,7 @@ use app\common\model\goods_category\GoodsCategory;
|
|
|
use app\common\model\works\ServiceWork;
|
|
|
use app\common\lists\ListsSearchInterface;
|
|
|
use think\db\Query;
|
|
|
+use think\facade\Log;
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -89,6 +90,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
$where[] = ['goods_category_id','in' ,$ids];
|
|
|
}
|
|
|
if(!isset($this->params['work_pay_status'])){
|
|
|
+ Log::write('work_pay_status', $this->params['work_pay_status']);
|
|
|
$where['work_pay_status'] = ['>',0];
|
|
|
}
|
|
|
return $where;
|