Commit 762302d6 authored by hujun's avatar hujun

del

parent 51279e6c
...@@ -29,7 +29,6 @@ class OPayLogAdjustment extends BaseModel{ ...@@ -29,7 +29,6 @@ class OPayLogAdjustment extends BaseModel{
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function getAdjustmentList($field, $params){ public function getAdjustmentList($field, $params){
$params['is_del'] = 0;
return $this->db_ return $this->db_
->field($field) ->field($field)
->where($params) ->where($params)
......
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