Commit 4d11f3f7 authored by hujun's avatar hujun

is_del

parent 48ea46e9
......@@ -48,6 +48,9 @@ class OPayLogAdjustment extends BaseModel{
if(isset($params["order_id"])){
$where_["b.order_id"] = $params["order_id"];
}
if(isset($params["is_del"])){
$where_["a.is_del"] = $params["is_del"];
}
return $this->db_
->field($field)
->alias("a")
......
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