소스 검색

Merge branch 'feature/usda_psd_edb_data' into debug

xyxie 4 달 전
부모
커밋
7e2fc26ecc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      services/usda_psd.go

+ 2 - 2
services/usda_psd.go

@@ -472,8 +472,8 @@ func ParseUsdaFmsExcel(path string) (err error) {
 				}
 				if k > 4 && k < 13 {
 					// 处理日期
-					fmt.Println(dateStr)
-					fmt.Println(unit)
+					//fmt.Println(dateStr)
+					//fmt.Println(unit)
 					timeT, e := time.ParseInLocation(utils.FormatDateTime, dateStr, time.Local)
 					if e != nil {
 						utils.FileLog.Info("日期格式转换失败 err:%s", e.Error())