Explorar el Código

更新

order_statistics
huangjiajun hace 4 meses
padre
commit
9025f3d707
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      consume/canal_fin_withdraw_apply_for_statistics.go

+ 1
- 1
consume/canal_fin_withdraw_apply_for_statistics.go Ver fichero

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


Cargando…
Cancelar
Guardar