|
|
@@ -31,10 +31,11 @@ public class NonPoCpntroller {
|
|
|
log.info("NonpoController:notice {}", data);
|
|
|
String instanceId = UtilMap.getString(data, "instanceId");
|
|
|
String type = UtilMap.getString(data, "type");
|
|
|
+ String formUuid= UtilMap.getString(data,"formUuid");
|
|
|
if (type.equals("Non-PoToSAP0005")) {
|
|
|
log.info("泰森宜搭:Non-Po写入SAP0005 请求参数, {}", data);
|
|
|
System.out.println("泰森宜搭:Non-Po写入SAP0005!::" + data);
|
|
|
- NonPoServer.NonPoinsetSAP0005(type, instanceId);
|
|
|
+ NonPoServer.NonPoinsetSAP0005(type, instanceId,formUuid);
|
|
|
System.out.println("泰森宜搭:Non-Po写入SAP0005!结束");
|
|
|
log.info("泰森宜搭:Non-Po写入SAP0005!结束");
|
|
|
}
|