wupengfei 2 年之前
父節點
當前提交
2d9238c49b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/General.php

+ 1 - 1
application/api/controller/General.php

@@ -35,7 +35,7 @@ class General extends Base
      */
     public function getAllApprove()
     {
-        $field = "id,create_at,approve_user,module";
+        $field = "id,create_at,approve_user,module,status";
         $where = ' approve_user = '.$this->user_id . ' AND status > 0 ';
         $list=  Db::name('offer_approve')
             ->field($field)