|
|
@@ -78,7 +78,7 @@ func CanalFinWithdrawApplyForStatisticsDetail(msg []byte, geoIp2db *geoip2.DBRea |
|
|
|
if data.FeeType == "1" { |
|
|
|
RealWithdrawAmount = utils.Float64ToStrByPrec(utils.StrToFloat64(RealWithdrawAmount)-utils.StrToFloat64(fee), 6) |
|
|
|
} |
|
|
|
month := time.Unix(utils.StrToInt64(data.CreateAt), 0).Format("200601") |
|
|
|
month := utils.TimeParseStd(data.CreateAt).Format("200601") |
|
|
|
total := db.GetWithdrawMonthTotal(sess, month) |
|
|
|
if total == nil { |
|
|
|
total = &model.WithdrawMonthTotal{ |
|
|
|