Commit 47eddd4a authored by hujun's avatar hujun

is_del

parent 5a25f47a
......@@ -88,6 +88,7 @@ class OPayLogAdjustment extends BaseModel{
* @return int|mixed
*/
public function getFieldColumn($field,$params) {
$params['is_del'] = 0;
return $this->db_->where($params)
->column($field);
}
......
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