循环参数提取
#循环参数提取
String Iteration = vars.get("Counter");
String DocID = vars.get("DocID");
//log.info("Counter is" +DocID);
if ( Iteration.equals("1") )
{
String DocID1 = DocID;
vars.put("DocID1", DocID1);
}
if ( Iteration.equals("2") )
{
String DocID2 = DocID;
vars.put("DocID2", DocID2);
}

浙公网安备 33010602011771号