浏览代码

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())