|
|
|
@ -58,7 +58,7 @@ public class ZOEM_PRICE_DIFFERENCE_RATE_Action extends BaseBean implements Actio
|
|
|
|
|
// }
|
|
|
|
|
// <20><>ϸ<EFBFBD><CFB8>1
|
|
|
|
|
DetailTable[] detailtable = requestinfo.getDetailTableInfo().getDetailTable();
|
|
|
|
|
DetailTable dtq = detailtable[1];
|
|
|
|
|
DetailTable dtq = detailtable[0];
|
|
|
|
|
log.error("length" + detailtable.length);
|
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
@ -109,7 +109,7 @@ public class ZOEM_PRICE_DIFFERENCE_RATE_Action extends BaseBean implements Actio
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// <20><>ϸ<EFBFBD><CFB8>2
|
|
|
|
|
DetailTable dtq2 = detailtable[0];
|
|
|
|
|
DetailTable dtq2 = detailtable[1];
|
|
|
|
|
Row[] sq2 = dtq2.getRow();
|
|
|
|
|
StringBuilder sb2 = new StringBuilder();
|
|
|
|
|
String[][] str2 = new String[sq2.length][7];
|
|
|
|
|