This commit is contained in:
aozhiwei 2022-09-21 16:19:12 +08:00
parent caf65b89a2
commit 92cd2b3e07

View File

@ -32,7 +32,7 @@ class Fragment {
}
}
} catch (err) {
console.log(err);
}
}
@ -47,7 +47,7 @@ class Fragment {
throw err;
return true;
}
return true;
return row ? true : false;
}
async fetchAllocedFragments(conn, daySeconds, nowTime) {