sunsheng 1 anno fa
parent
commit
d433a9d5e5
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. 0 7
      src/api/latestExamExcel.go

+ 0 - 7
src/api/latestExamExcel.go

@@ -188,10 +188,3 @@ func NewLatestExamExcel(f *excelize.File) *LatestExamExcel {
 
 	return b
 }
-
-func (b *LatestExamExcel) FormatToEmpty(str *string) {
-	if *str == "0" || *str == "0.000" {
-		*str = "-"
-	}
-
-}