where(['product_pid' => 0]) ->select(); return $result; } public function getProductWhere($condition) { $result = $this ->where($condition) ->find(); return $result; } }