@@ -1062,7 +1062,7 @@ function getPlanFixCost(pksPlanListData, turnOneCost, planKey, ranking = 1) {
if (item[planKey] != planStr) {
break;
}
- const numArr = item.preDrawIssue.split(',');
+ const numArr = item.preDrawCode.split(',');
if (tmpDrawNum) {
if (numArr[posIndex] == tmpDrawNum) {
if (!continuousNumDict[tmpDrawNum]) {