This commit is contained in:
mamengke01
2020-12-22 19:24:05 +08:00
parent 0ff8daee16
commit e77d592502

View File

@@ -101,7 +101,7 @@ arr.forEach(o => {
let arr = blueprt.get(o.quality)||new Array<number>();
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});