Commit b3a5b921 authored by clone's avatar clone

1

parent ce88fac9
......@@ -62,7 +62,7 @@ class OfficeGBuildingStations extends BaseModel
}
public function getBuilderByStations($field, $where){
$where['a.is_del'] = 0;
$where['is_del'] = 0;
return $this->db_
->field($field)
->where($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