浏览代码

修改信息

lvhao 5 天之前
父节点
当前提交
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'";
 			}