From 42ecaa8aadb96233eef212579297d731db2a62b7 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Mon, 22 Mar 2021 11:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E5=8D=96=E8=A1=8C=EF=BC=9A=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=88=86=E7=BA=A2=E5=90=8E=E5=B0=86=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E7=9A=84=E5=88=86=E7=BA=A2=E7=8A=B6=E6=80=81=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E5=B7=B2=E5=8F=91=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/auctionService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app/services/auctionService.ts b/game-server/app/services/auctionService.ts index 442936823..b284dee92 100644 --- a/game-server/app/services/auctionService.ts +++ b/game-server/app/services/auctionService.ts @@ -225,6 +225,7 @@ export async function sendUngotDividend() { pushMessage.forEach(({route, data, uids })=>{ pinus.app.channelService.pushMessageByUids(route, resResult(STATUS.SUCCESS, { mails: data }), uids); }); + await DividendModel.updateDividendsStatus(begin, DIVIDEND_STATUS.SENT); return true; } catch (e) { console.error('sendUngotDividend err: ', e);