Commit 0c28c244 authored by clone's avatar clone

1

parent 6cc8dfe3
...@@ -61,6 +61,14 @@ class OfficeGBuildingStations extends BaseModel ...@@ -61,6 +61,14 @@ class OfficeGBuildingStations extends BaseModel
->select(); ->select();
} }
public function getBuilderByStations($field, $where){
$where['a.is_del'] = 0;
return $this->db_
->field($field)
->where($where)
->select();
}
/** /**
* @param $data * @param $data
* @param $where * @param $where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment