Browse Source

no message

Jianghan 1 year ago
parent
commit
7ab561eecb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMPlatform/service/data_ent.go

+ 1 - 1
CMPlatform/service/data_ent.go

@@ -169,7 +169,7 @@ func ImportDataByExcel(mf multipart.File, eid int64, entid string) (int, int64,
 					if cell.Type() == xlsx.CellTypeNumeric {
 						date, err := cell.GetTime(false)
 						if err != nil {
-							fmt.Println("Error getting date:", err)
+							log.Debug("Error getting date:", err)
 						} else {
 							tmp[fMap[index]] = date.Format(time.DateOnly)
 						}