質問編集履歴

1

コードミスタイプ

2019/02/09 16:20

投稿

tajihiro
tajihiro

スコア14

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,9 @@
28
28
 
29
29
  $result = parent::all($keys);
30
30
 
31
- if($this->filled('postal01') && $this->filled('postal02')) {
31
+ if($this->filled('post01') && $this->filled('post02')) {
32
32
 
33
- $results['postal_code'] = $this->input('post01') . $this->input('postal02');
33
+ $results['postal_code'] = $this->input('post01') . $this->input('post02');
34
34
 
35
35
  }
36
36