From 6ac6d9e09926e751a3304068dc0329daced5f214 Mon Sep 17 00:00:00 2001 From: hanshino Date: Fri, 1 Nov 2024 18:06:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20gacha.js=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=99=A4=E9=8C=AF=E6=97=A5=E8=AA=8C=EF=BC=8C?= =?UTF-8?q?=E4=B8=A6=E5=9C=A8=20CustomerOrder.js=20=E4=B8=AD=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20substitution=20=E6=AC=84=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/controller/princess/gacha.js | 2 -- app/src/model/application/CustomerOrder.js | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/controller/princess/gacha.js b/app/src/controller/princess/gacha.js index beae9493..efcd0acf 100644 --- a/app/src/controller/princess/gacha.js +++ b/app/src/controller/princess/gacha.js @@ -142,8 +142,6 @@ async function userCooldown(userId) { NX: true, }); - console.log(result, "result"); - return !isNull(result); } diff --git a/app/src/model/application/CustomerOrder.js b/app/src/model/application/CustomerOrder.js index 144c4da5..18e74f41 100644 --- a/app/src/model/application/CustomerOrder.js +++ b/app/src/model/application/CustomerOrder.js @@ -10,6 +10,7 @@ exports.columnsAlias = [ "touchType", "messageType", "reply", + "substitution", "createDTM", "createUser", "modifyDTM",