shawenguan пре 1 година
родитељ
комит
a53fb9890f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -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]) {