Remove some useless files.

This commit is contained in:
zicla
2019-04-25 16:23:47 +08:00
parent 30255dc679
commit ae8829dbc8
20 changed files with 52 additions and 9205 deletions

View File

@ -612,7 +612,7 @@ func (this *MatterService) CreateDirectories(user *User, dirPath string) *Matter
func (this *MatterService) WrapDetail(matter *Matter) *Matter {
if matter == nil {
this.PanicBadRequest("matter cannot be nil.")
panic(result.BadRequest("matter cannot be nil."))
}
//组装file的内容展示其父组件。