소스 검색

修改信息

lvhao 1 주 전
부모
커밋
b57c20143a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'";
 			}