Merge branch 'feature/huangqijiuguan' into dev
This commit is contained in:
commit
02d17c5f73
@ -330,6 +330,10 @@ export default class HQJGFun {
|
||||
if (!hd) return
|
||||
|
||||
let today = this.today(hd);
|
||||
let tasks = hd.data.task[`day${today}`];
|
||||
|
||||
if (!tasks) return
|
||||
|
||||
await this.getMydata(call, hd.hdid)
|
||||
|
||||
let isset = 0;
|
||||
@ -337,7 +341,7 @@ export default class HQJGFun {
|
||||
$inc: {},
|
||||
$set: {}
|
||||
};
|
||||
let tasks = hd.data.task[`day${today}`];
|
||||
|
||||
for (let taskid of Object.keys(tasks)) {
|
||||
let taskCon = tasks[taskid];
|
||||
if (taskCon.stype != stype) continue
|
||||
|
Loading…
Reference in New Issue
Block a user