Browse Source

Merge branch 'bug_fix_1212_liu' into dev

rkljw 4 months ago
parent
commit
f3e7e74fa9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Controller/NewsController.php

+ 2 - 1
app/Controller/NewsController.php

@@ -218,7 +218,8 @@ class NewsController extends AbstractController
         $result = $this->newsServiceClient->getArticleList($requireData);
         $result = $this->newsServiceClient->getArticleList($requireData);
         //1通过,2待审核,3待发 4,拒绝 5删除
         //1通过,2待审核,3待发 4,拒绝 5删除
         $statusList = [
         $statusList = [
-            '1'=>'通过',
+            '0'=>'待审核',
+            '1'=>'已发布',
             '2'=>'待审核',
             '2'=>'待审核',
             '3'=>'待发',
             '3'=>'待发',
             '4'=>'拒绝',
             '4'=>'拒绝',