Explorar el Código

更新

master
huangjiajun hace 1 año
padre
commit
a799a96d85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rule/consume_integral_settlement.go

+ 1
- 1
rule/consume_integral_settlement.go Ver fichero

@@ -122,7 +122,7 @@ func DailySettlementBlockConsumeIntegral(engine *xorm.Engine, mid string, isTask
_ = session.Rollback()
return err
}
for _, v := range subsidyWithUserForConsumeList {
for _, v := range subsidyWithUserForExperienceList {
experienceValueTotal = experienceValueTotal.Add(decimal.NewFromFloat(experienceValue))
err1 := DealUserExperienceIntegral(session, &v, experienceValue, mid)
if err1 != nil {


Cargando…
Cancelar
Guardar