This commit is contained in:
Daniel 2024-05-20 23:04:03 +08:00
parent 23ff9ae087
commit 4a29d45a5c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 8 deletions

View file

@ -74,11 +74,7 @@ func ExportAv2CSV(avID, blockID string) (zipPath string, err error) {
return
}
name := util.FilterFileName(attrView.Name)
if "" == name {
name = Conf.language(105)
}
name := util.FilterFileName(getAttrViewName(attrView))
table, err := sql.RenderAttributeViewTable(attrView, view, "", GetBlockAttrsWithoutWaitWriting)
if nil != err {
logging.LogErrorf("render attribute view [%s] table failed: %s", avID, err)