From e77d592502c84b806ceb989791a186319557fc2b Mon Sep 17 00:00:00 2001 From: mamengke01 <794347210@qq.com> Date: Tue, 22 Dec 2020 19:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9D=E7=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicGoods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/dictionary/DicGoods.ts b/shared/pubUtils/dictionary/DicGoods.ts index e531ae43c..89c705ac0 100644 --- a/shared/pubUtils/dictionary/DicGoods.ts +++ b/shared/pubUtils/dictionary/DicGoods.ts @@ -101,7 +101,7 @@ arr.forEach(o => { let arr = blueprt.get(o.quality)||new Array(); arr.push(o.good_id); blueprt.set(o.quality, arr); - } else if (o.itid == GOOD_TYPE.JEWEL) { + } else if (o.goodType == GOOD_TYPE.JEWEL) { let material = o.composeMaterial[0]; if (!!material && !!material.id) { let lastJewel = underscore.findWhere(arr,{good_id:material.id});