Kaynağa Gözat

修改信息

lvhao 5 gün önce
ebeveyn
işleme
b57c20143a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

+ 1 - 1
core/CoreApp/controllers/Whlabel.php

@@ -491,7 +491,7 @@ class Whlabel extends Start_Controller
 			if ($purchase) {
 				$where  .= " and purchase = '$purchase'";
 			}
-			if ($state) {
+			if (isset($state)) {
 				$where  .= " and state = '$state'";
 			}