名将擂台:跑马灯&任务
This commit is contained in:
@@ -126,7 +126,6 @@ export default class LadderMatch extends BaseModel {
|
||||
}
|
||||
|
||||
public static async updateCe(roleId: string, hid: number, ce: number) {
|
||||
console.log('##### updateCe', roleId, hid, ce)
|
||||
const rec: LadderMatchType = await LadderMatchModel.findOneAndUpdate(
|
||||
{ roleId },
|
||||
{ $set: { 'defense.heroes.$[t].ce': ce } },
|
||||
|
||||
Reference in New Issue
Block a user