修改天梯派遣星级条件

This commit is contained in:
luying
2020-11-09 13:48:36 +08:00
parent 04ecef03b5
commit 541e8a391d
4 changed files with 5 additions and 10 deletions

View File

@@ -32,7 +32,6 @@ export default class DailyRecord extends BaseModel {
let now = new Date();
let today = setLocalHours(DAILY_CONST.REFRESH_TIME, now);
console.log('******dailyTime*******', today, now, new Date(), refTime);
if(today > refTime) {
refTime = today; count = 0; buyCount = 0;
}