Compare commits

..

No commits in common. "02d17c5f735d02e5f775a09d320bfadf4e277ad8" and "5a29cbe802ed25eb98ee16bcfddf99fb7ae52907" have entirely different histories.

View File

@ -330,10 +330,6 @@ 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;
@ -341,7 +337,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