feat:log
This commit is contained in:
parent
b27f8e5c64
commit
8718342e3b
@ -210,6 +210,7 @@ export default class HQJGFun {
|
||||
);
|
||||
|
||||
if (res.modifiedCount <= 0) {
|
||||
console.log("===>", uid, hdid, update);
|
||||
await G.mongodb.cEvent(this.dataType(hdid)).updateOne(
|
||||
{uid: uid, type: this.dataType(hdid)}, {$set: Object.assign(this.defaultData, update)}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user