From 60ec68ac7f4ea1f91a2b137beea72ee99f04696b Mon Sep 17 00:00:00 2001 From: mamengke01 <794347210@qq.com> Date: Thu, 24 Dec 2020 11:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E7=9F=B3=E6=B6=88=E8=80=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicGoods.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/pubUtils/dictionary/DicGoods.ts b/shared/pubUtils/dictionary/DicGoods.ts index 6e31f8aa9..3e023afb7 100644 --- a/shared/pubUtils/dictionary/DicGoods.ts +++ b/shared/pubUtils/dictionary/DicGoods.ts @@ -112,8 +112,8 @@ arr.forEach(o => { lastJewel.count = material.count; lastJewel.nextJewelId = o.good_id; if (!!o.specialMaterial.ids[0]) { - lastJewel.specialCount = o.specialMaterial.ids[0]; - lastJewel.nextSpecialId = o.specialMaterial.count; + lastJewel.specialCount = o.specialMaterial.count; + lastJewel.nextSpecialId = o.specialMaterial.ids[0]; } dicJewel.set(lastJewel.good_id, _.pick(lastJewel, Object.keys(DicGoodsKeys))); }