Commit e9bd6dbd by 冷斌

fix bug

parent 81462dba
......@@ -184,7 +184,11 @@ class GiftController extends AdminbaseController {
if($result!==false){
$action="修改礼物:{$_POST['id']}";
setAdminLog($action);
$this->resetcache();
// $this->resetcache();
$key='getGiftList';
delcache($key);
var_dump(getcache($key));
die;
$this->success('修改成功');
}else{
$this->error('修改失败');
......
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