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