瀏覽代碼

超时管理调整

zhangxiaobin 1 年之前
父節點
當前提交
6735b40fac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/index/controller/TaskList.php

+ 1 - 1
application/index/controller/TaskList.php

@@ -27,7 +27,7 @@ class TaskList extends Controller
             $recharOrder = model('RecharOrder')->where($where)->count();
             $recharOrderRes = 0;
             if (!empty($recharOrder)) {
-                $recharOrderRes = model('RecharOrder')->update(['status' => -1,$where]);
+                $recharOrderRes = model('RecharOrder')->update(['status' => -1],$where);
             }
             $result['data'] = $recharOrderRes;
         } catch (Exception $e) {