Commit 4320c546 by 王昆

gsb

parent e108f57b
...@@ -476,7 +476,7 @@ class LDApplet extends AppletBase { ...@@ -476,7 +476,7 @@ class LDApplet extends AppletBase {
complete_time: new Date() complete_time: new Date()
}); });
// 更新用户余额 // 更新用户余额
let ubrs = await this.lduserSve.updateBalance(lduser.id, amt * - 1); let ubrs = await this.lduserSve.updateBalance(lduser.id, -1 * amt);
console.log(ubrs); console.log(ubrs);
lduser = await this.lduserSve.findById(lduser.id); lduser = await this.lduserSve.findById(lduser.id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment