huangjiajun před 4 měsíci
rodič
revize
c6b3b336ad
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      hdl/hdl_condition.go

+ 0
- 1
hdl/hdl_condition.go Zobrazit soubor

@@ -393,7 +393,6 @@ func TotalSmallTeam(eg *xorm.Engine, uid string) string {
return "0"
}
func GetOwnTaskVideoNum(eg *xorm.Engine, uid interface{}, task map[string]string, t time.Time) string {
t = time.Now()
stime := time.Date(t.Year(), t.Month(), t.Day()-zhios_condition_statistics_utils.StrToInt(task["within_days"]), t.Hour(), 0, 0, 0, t.Location()).Format("20060102")
if zhios_condition_statistics_utils.StrToInt(task["within_days"]) == 0 {
stime = "0"


Načítá se…
Zrušit
Uložit