瀏覽代碼

修复 title 竞谈分类bug

wcc 2 年之前
父節點
當前提交
07b48ad32a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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