@@ -168,7 +168,6 @@
</div>
<select class="form-control" id="checkState">
<option value=""></option>
- <option value="1">保存未提交</option>
<option value="2">待审核</option>
<option value="3">审核驳回</option>
<option value="4">审核通过</option>
@@ -165,6 +165,8 @@ class EnterpriseApi {
}
if ($checkState) {
$where[] = ["checkState", "=", "{$checkState}"];
+ }else{
+ $where[] = ['checkState', '>', 1];
if ($newStreet) {
$where[] = ["newStreet", "=", "{$newStreet}"];