fengweiqiang 6 жил өмнө
parent
commit
e986198d76

+ 1 - 1
src/jy/pretreated/analytable.go

@@ -2103,7 +2103,7 @@ func (tn *Table) manyPackageProcessByIndex(index []string, standIndex_pos []int)
 			//}
 			for _, vcgdw := range k1tags {
 				if vcgdw.Value == "采购单位" {
-					tn.SortKV.RemoveKey(k1)
+					tn.SortKVWeight[k1] = -99
 				}
 			}
 		} else if val, bvs := v1.(string); bvs && len(index) == 1 {