From 80663a67da332ee14a44a193e375a15d9f49a86f Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 16 Jul 2024 19:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consume/canal_fin_withdraw_apply_for_statistics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume/canal_fin_withdraw_apply_for_statistics.go b/consume/canal_fin_withdraw_apply_for_statistics.go index 1cf04e7..a2477c4 100644 --- a/consume/canal_fin_withdraw_apply_for_statistics.go +++ b/consume/canal_fin_withdraw_apply_for_statistics.go @@ -84,7 +84,7 @@ func CanalFinWithdrawApplyForStatisticsDetail(msg []byte, geoIp2db *geoip2.DBRea total = &model.WithdrawMonthTotal{ Month: utils.StrToInt(month), WithdrawAmount: "", - CreateAt: time.Unix(utils.StrToInt64(data.CreateAt), 0), + CreateAt: utils.TimeParseStd(data.CreateAt), UpdateAt: time.Now(), } _, err = sess.Insert(total)