Explorar o código

修改政讯项目c端:获取调研选题列表

FengR hai 2 días
pai
achega
f2566864b7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/JsonRpc/WebService.php

+ 1 - 0
app/JsonRpc/WebService.php

@@ -3833,6 +3833,7 @@ class WebService implements WebServiceInterface
     }
     $column_arr = json_decode($web['website_column_arr_id'] ?? [], true);
     $where['level'] = 1;
+    $where['status'] = 1;
     if (isset($data['province_id']) && !empty($data['province_id'])) {
       $where['province_id'] = $data['province_id'];
     }