@@ -18,6 +18,8 @@ class Education
$type1 = input("type1", "");
if ($type1 !== "") {
$where["type1"] = $type1;
+ } else {
+ $type1 = 2;
}
if ($type1 == 0) {