Browse Source

更新

order_statistics
huangjiajun 4 months ago
parent
commit
9025f3d707
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/canal_fin_withdraw_apply_for_statistics.go

+ 1
- 1
consume/canal_fin_withdraw_apply_for_statistics.go View File

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


Loading…
Cancel
Save