This commit is contained in:
aozhiwei 2022-11-25 14:41:00 +08:00
parent f8cdafabcb
commit f02bd8f4fd

View File

@ -33,7 +33,7 @@ class FeeBack {
); );
await utils.serial( await utils.serial(
rows, rows,
async (element) { async (element) => {
console.log('backUser', element); console.log('backUser', element);
await this.procBack(conn, element); await this.procBack(conn, element);
} }
@ -106,7 +106,7 @@ class FeeBack {
[ [
['!diamond', ['!diamond',
() => { () => {
return 'diamond + ' + row['diamond'] return 'diamond + ' + row['item_num']
}], }],
] ]
); );