Browse Source

修改文件

柳建 9 months ago
parent
commit
1d19e7f879
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Index.php

+ 1 - 0
application/api/controller/Index.php

@@ -49,6 +49,7 @@ class Index extends Api
             if($upincome){
                 $returndata='123';
                 $this->adminModel->saveAll($upincome);
+                $this->recordModel->where(['status'=>0])->update(['status'=>1]);
             }
         }
         return $returndata;