|
@@ -1587,7 +1587,7 @@ public class TsfOrderService {
|
|
|
if(comps1.getRnum() == 1) {
|
|
if(comps1.getRnum() == 1) {
|
|
|
// 구성상품별 옵션 정보
|
|
// 구성상품별 옵션 정보
|
|
|
String[] goods1optCds = comps1.getOptCd().split(",");
|
|
String[] goods1optCds = comps1.getOptCd().split(",");
|
|
|
- String[] goods1addPrices = comps1.getItemStockQty().split(",");
|
|
|
|
|
|
|
+ String[] goods1addPrices = comps1.getItemPrices().split(",");
|
|
|
String[] goods1stockQty = comps1.getItemStockQty().split(",");
|
|
String[] goods1stockQty = comps1.getItemStockQty().split(",");
|
|
|
|
|
|
|
|
for(int g1 = 0 ; g1 < goods1optCds.length ; g1++) {
|
|
for(int g1 = 0 ; g1 < goods1optCds.length ; g1++) {
|
|
@@ -1601,7 +1601,7 @@ public class TsfOrderService {
|
|
|
if(comps2.getRnum() == 2) {
|
|
if(comps2.getRnum() == 2) {
|
|
|
// 구성상품별 옵션 정보
|
|
// 구성상품별 옵션 정보
|
|
|
String[] goods2optCds = comps2.getOptCd().split(",");
|
|
String[] goods2optCds = comps2.getOptCd().split(",");
|
|
|
- String[] goods2addPrices = comps2.getItemStockQty().split(",");
|
|
|
|
|
|
|
+ String[] goods2addPrices = comps2.getItemPrices().split(",");
|
|
|
String[] goods2stockQty = comps2.getItemStockQty().split(",");
|
|
String[] goods2stockQty = comps2.getItemStockQty().split(",");
|
|
|
|
|
|
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
@@ -1622,7 +1622,7 @@ public class TsfOrderService {
|
|
|
if (comps3.getRnum() == 3) {
|
|
if (comps3.getRnum() == 3) {
|
|
|
// 구성상품별 옵션 정보
|
|
// 구성상품별 옵션 정보
|
|
|
String[] goods3optCds = comps3.getOptCd().split(",");
|
|
String[] goods3optCds = comps3.getOptCd().split(",");
|
|
|
- String[] goods3addPrices = comps3.getItemStockQty().split(",");
|
|
|
|
|
|
|
+ String[] goods3addPrices = comps3.getItemPrices().split(",");
|
|
|
String[] goods3stockQty = comps3.getItemStockQty().split(",");
|
|
String[] goods3stockQty = comps3.getItemStockQty().split(",");
|
|
|
|
|
|
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
@@ -1643,7 +1643,7 @@ public class TsfOrderService {
|
|
|
if (comps4.getRnum() == 4) {
|
|
if (comps4.getRnum() == 4) {
|
|
|
// 구성상품별 옵션 정보
|
|
// 구성상품별 옵션 정보
|
|
|
String[] goods4optCds = comps4.getOptCd().split(",");
|
|
String[] goods4optCds = comps4.getOptCd().split(",");
|
|
|
- String[] goods4addPrices = comps4.getItemStockQty().split(",");
|
|
|
|
|
|
|
+ String[] goods4addPrices = comps4.getItemPrices().split(",");
|
|
|
String[] goods4stockQty = comps4.getItemStockQty().split(",");
|
|
String[] goods4stockQty = comps4.getItemStockQty().split(",");
|
|
|
|
|
|
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
@@ -1662,7 +1662,7 @@ public class TsfOrderService {
|
|
|
if (comps5.getRnum() == 5) {
|
|
if (comps5.getRnum() == 5) {
|
|
|
// 구성상품별 옵션 정보
|
|
// 구성상품별 옵션 정보
|
|
|
String[] goods5optCds = comps5.getOptCd().split(",");
|
|
String[] goods5optCds = comps5.getOptCd().split(",");
|
|
|
- String[] goods5addPrices = comps5.getItemStockQty().split(",");
|
|
|
|
|
|
|
+ String[] goods5addPrices = comps5.getItemPrices().split(",");
|
|
|
String[] goods5stockQty = comps5.getItemStockQty().split(",");
|
|
String[] goods5stockQty = comps5.getItemStockQty().split(",");
|
|
|
|
|
|
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|
|
// 기존 정보 저장 (다시 돌아올 경우 이전 번호까지의 정보로 리셋하기 위함)
|