質問編集履歴

1

誤字

2020/12/17 10:58

投稿

abc1222
abc1222

スコア24

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- if text1 == "" || text == "" {
31
+ if text1 == "" || text2 == "" {
32
32
 
33
33
  db.collection("recruit")
34
34
 
@@ -40,7 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- }else if text1 != "" || text == ""{
43
+ }else if text1 != "" || text2 == ""{
44
44
 
45
45
  db.collection("recruit")
46
46
 
@@ -54,7 +54,7 @@
54
54
 
55
55
 
56
56
 
57
- }else if text1 == "" || text != ""{
57
+ }else if text1 == "" || text2 != ""{
58
58
 
59
59
  db.collection("recruit")
60
60
 
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
- }else if text1 != "" || text != ""{
71
+ }else if text1 != "" || text2 != ""{
72
72
 
73
73
  db.collection("recruit")
74
74