sunsheng 1 년 전
부모
커밋
d433a9d5e5
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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 = "-"
-	}
-
-}