|
|
@ -242,7 +242,7 @@ public class SapOrderServiceImpl implements SapOrderService {
|
|
|
|
for (String orderCode : sapCloseOrderQuery.getOrderCodes()) {
|
|
|
|
for (String orderCode : sapCloseOrderQuery.getOrderCodes()) {
|
|
|
|
jCoParameterList.setValue("P_AUFNR", orderCode);
|
|
|
|
jCoParameterList.setValue("P_AUFNR", orderCode);
|
|
|
|
func.execute(dest);//执行调用函数
|
|
|
|
func.execute(dest);//执行调用函数
|
|
|
|
String L_MSG1 = func.getExportParameterList().getString("L_MSG");
|
|
|
|
String L_MSG1 = func.getExportParameterList().getString("MSG");
|
|
|
|
Msg.append(orderCode + "-" + L_MSG1 + ";");
|
|
|
|
Msg.append(orderCode + "-" + L_MSG1 + ";");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|