Commit 936276b9 authored by hujun's avatar hujun

is_del

parent e95e615d
...@@ -121,7 +121,7 @@ class OFinancialAudit extends BaseModel ...@@ -121,7 +121,7 @@ class OFinancialAudit extends BaseModel
if (isset($params["order_id"])) { if (isset($params["order_id"])) {
$where_["order_id"] = $params["order_id"]; $where_["order_id"] = $params["order_id"];
} }
$where_["status"] = 0; $where_["is_del"] = 0;
$data = $this $data = $this
->field($filed) ->field($filed)
......
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