|
|
@@ -116,6 +116,11 @@ class PollResult |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Mypage経由で登録したものだけを対象とする |
|
|
|
|
|
$this->body = $this->body->filter(function (PollResultRecord $record) { |
|
|
|
|
|
return $record->address5 === SMBC::CONDITION_ADDR5_FROM_MY_PAGE; |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|