Commit 7d9bd6c6 authored by hujun's avatar hujun

撤销调整

parent ef4831db
......@@ -54,7 +54,7 @@ class OPayLogModel extends Model
unset($params["id"]);
Db::startTrans();
try {
$id = $this->where([ "id" => $id ])->update($params);
$id = $this->db_->where([ "id" => $id ])->update($params);
Db::commit();
return $id;
} catch (\Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment