作者 liyuhang

gx

... ... @@ -315,7 +315,7 @@ class Logic
$this->fail('error');
}
CommonHelper::del_user_cache($this->model->getTable(),$ids);
$this->success();
return $this->success();
}
/**
... ... @@ -330,7 +330,7 @@ class Logic
$this->fail('error');
}
CommonHelper::del_user_cache($this->model->getTable(),$condition['id']);
$this->success();
return $this->success();
}
/**
... ... @@ -348,6 +348,6 @@ class Logic
}
CommonHelper::set_user_cache($info,$this->model->getTable(),$map['id']);
}
$this->success($info);
return $this->success($info);
}
}
... ...