This commit is contained in:
aozhiwei 2022-11-25 13:58:59 +08:00
parent d9420e9f62
commit 03ae274545

View File

@ -34,6 +34,7 @@ class FeeBack {
await utils.serial(
rows,
async (element) {
console.log('backUser', element);
await this.procBack(conn, element);
}
);