浏览代码

修复结算BUG

程旭源 6 月之前
父节点
当前提交
695c02db6f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Index.php

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

@@ -127,7 +127,7 @@ class Index extends Api
                         $this->userlinkModel->saveAll($userlinkdata);
                         $this->recordModel->saveAll($savedata);
                         $userlinkdata = [];
-                        $savedata == [];
+                        $savedata = [];
                         Db::commit();
                         Db::startTrans();
                     }