Merge branch 'feature/huangqijiuguan' into dev

This commit is contained in:
xichaoyin 2024-01-11 18:01:24 +08:00
commit 02d17c5f73

View File

@ -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