上传代码
This commit is contained in:
parent
403e6a9ade
commit
f73edbbe48
@ -90,7 +90,7 @@ func (this *apiComp) Info(session comm.IUserSession, req *pb.WarorderInfoReq) (e
|
|||||||
}
|
}
|
||||||
if !utils.IsSameWeek(dwarorder.Weektime) {
|
if !utils.IsSameWeek(dwarorder.Weektime) {
|
||||||
weeknum := this.module.ModuleTools.GetGlobalConf().Passcheck4WeekNum
|
weeknum := this.module.ModuleTools.GetGlobalConf().Passcheck4WeekNum
|
||||||
this.module.model.refreshDayTask(dwarorder, confs, weeknum)
|
this.module.model.refreshWeekTask(dwarorder, confs, weeknum)
|
||||||
dwarorder.Weektime = configure.Now().Unix()
|
dwarorder.Weektime = configure.Now().Unix()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user