Sfoglia il codice sorgente

修复 title 竞谈分类bug

wcc 2 anni fa
parent
commit
07b48ad32a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/task/updatetask.go

+ 2 - 0
src/task/updatetask.go

@@ -362,6 +362,8 @@ func NewClassificationRun(tt *TTask, tmp map[string]interface{}) *tools.SortMap
 										SMap.AddKey(savefield, "合同")
 										//SMap.RemoveKey("toptype")
 										SMap.AddKey("toptype", "其它")
+									} else {
+										SMap.AddKey(savefield, r.S_name)
 									}
 
 									break L