Explorar el Código

购物金

master
huangjiajun hace 4 meses
padre
commit
da46071506
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      rule/service_award_dividend/return.go

+ 2
- 2
rule/service_award_dividend/return.go Ver fichero

@@ -46,9 +46,9 @@ func GetCycle(eg *xorm.Engine) map[string]string {
next = 0
}

lastDate := GetDate(now, zhios_order_relate_utils.IntToStr(last), "last")
lastDate := GetDate(now, ex[last], "last")
res["last"] = time.Unix(lastDate, 0).Format("20060102")
nowDate := GetDate(now, zhios_order_relate_utils.IntToStr(next), "now")
nowDate := GetDate(now, ex[next], "now")
res["now"] = time.Unix(nowDate, 0).Format("20060102")
}
}


Cargando…
Cancelar
Guardar