Browse Source

修复结算BUG

程旭源 6 tháng trước cách đây
mục cha
commit
695c02db6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
                     }