Commit 981cb04a authored by zhuwei's avatar zhuwei

1

parent f8cf607c
......@@ -36,6 +36,7 @@ class OAmercementModel extends Model
public function getAmercementList($params, $field, $page_no, $page_size)
{
$params['is_del'] = 0;
$result = $this->db_
->field($field)
->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