|
|
|
@ -55,7 +55,7 @@ public class ZOEM_PRICE_DIFFERENCE_RATE_Action extends BaseBean implements Actio
|
|
|
|
|
// }
|
|
|
|
|
// <20><>ϸ<EFBFBD><CFB8>1
|
|
|
|
|
DetailTable[] detailtable = requestinfo.getDetailTableInfo().getDetailTable();
|
|
|
|
|
log.error("ZOEM_PRICE_DIFFERENCE_RATE_Action detailtable===>"+ JSONObject.toJSONString(detailtable));
|
|
|
|
|
// log.error("ZOEM_PRICE_DIFFERENCE_RATE_Action detailtable===>"+ JSONObject.toJSONString(detailtable));
|
|
|
|
|
DetailTable dtq = detailtable[0];
|
|
|
|
|
log.error("length" + detailtable.length);
|
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
@ -107,10 +107,14 @@ public class ZOEM_PRICE_DIFFERENCE_RATE_Action extends BaseBean implements Actio
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// <20><>ϸ<EFBFBD><CFB8>2
|
|
|
|
|
DetailTable dtq2 = detailtable[1];
|
|
|
|
|
|
|
|
|
|
DetailTable dtq2 ;
|
|
|
|
|
String[][] str2 = new String[][]{};
|
|
|
|
|
if(detailtable.length >1){
|
|
|
|
|
dtq2 =detailtable[1];
|
|
|
|
|
Row[] sq2 = dtq2.getRow();
|
|
|
|
|
StringBuilder sb2 = new StringBuilder();
|
|
|
|
|
String[][] str2 = new String[sq2.length][7];
|
|
|
|
|
str2= new String[sq2.length][7];
|
|
|
|
|
if (sq2.length > 0) {
|
|
|
|
|
for (int j = 0; j < sq2.length; j++) {
|
|
|
|
|
Row rq = sq2[j];
|
|
|
|
@ -148,6 +152,10 @@ public class ZOEM_PRICE_DIFFERENCE_RATE_Action extends BaseBean implements Actio
|
|
|
|
|
str2[j][6] = map.get("LJCJLDZS");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ZOEM_PRICE_DIFFERENCE_RATE info = new ZOEM_PRICE_DIFFERENCE_RATE();
|
|
|
|
|
String[] ret = info.Getexecute(str, str2);
|
|
|
|
|
state = ret[0];
|
|
|
|
|