|
@@ -28,6 +28,7 @@ public class NonPoCpntroller {
|
|
|
// McR notice(HttpServletRequest request) {
|
|
// McR notice(HttpServletRequest request) {
|
|
|
McR notice( @RequestBody Map<String, Object> data) {
|
|
McR notice( @RequestBody Map<String, Object> data) {
|
|
|
// Map data = UtilServlet.getParamMap(request);
|
|
// Map data = UtilServlet.getParamMap(request);
|
|
|
|
|
+ log.info("NonpoController:notice {}", data);
|
|
|
String instanceId = UtilMap.getString(data, "instanceId");
|
|
String instanceId = UtilMap.getString(data, "instanceId");
|
|
|
String type = UtilMap.getString(data, "type");
|
|
String type = UtilMap.getString(data, "type");
|
|
|
if (type.equals("Non-PoToSAP0005")) {
|
|
if (type.equals("Non-PoToSAP0005")) {
|