diff --git a/Application/Admin/Controller/AggregateFinanceStatementController.class.php b/Application/Admin/Controller/AggregateFinanceStatementController.class.php
index ae6ea4ed4..8a6f1fda0 100644
--- a/Application/Admin/Controller/AggregateFinanceStatementController.class.php
+++ b/Application/Admin/Controller/AggregateFinanceStatementController.class.php
@@ -200,7 +200,7 @@ class AggregateFinanceStatementController extends ThinkController
             "statement_info"=>json_encode($statement_info,JSON_UNESCAPED_UNICODE),
             "admin_name"=>$admininfo['username'],
             "admin_id"=>$admininfo['uid'],
-            "verify_status"=>0,
+            "verify_status"=>1,
             "create_time"=>time()
          );
         $id = $_REQUEST['statement_id'];