Browse Source

服务工单查询时结算状态必须大于0

林海涛 1 năm trước cách đây
mục cha
commit
a209504aa9

+ 1 - 0
app/adminapi/lists/works/ServiceWorkLists.php

@@ -79,6 +79,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
             $ids[] = $goodsCategoryId;
             $ids[] = $goodsCategoryId;
             $where[] = ['goods_category_id','in' ,$ids];
             $where[] = ['goods_category_id','in' ,$ids];
         }
         }
+        $where[] = ['work_pay_status','>',0];
         return $where;
         return $where;
     }
     }
     /**
     /**