1、更新tp5内核

2、修复后台文档模型创建的bug
This commit is contained in:
2016-08-05 17:32:10 +08:00
parent 4b09ebce88
commit bce968f5a3
12 changed files with 165 additions and 95 deletions

View File

@@ -58,6 +58,6 @@ class Content extends Base{
}
public function del($map){
return $this->db()->where($map)->delete();
return $this->where($map)->delete();
}
}