diff --git a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_DUPLICATE_CONTROLLER.java b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_DUPLICATE_CONTROLLER.java index f2315f1..e11ac9c 100644 --- a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_DUPLICATE_CONTROLLER.java +++ b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_DUPLICATE_CONTROLLER.java @@ -9,10 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import java.util.*; /** * @Author: calyrex @@ -165,6 +162,9 @@ public class ZOA_MM_MA_DUPLICATE_CONTROLLER { } ZOA_MM_MA_DUPLICATE po = new ZOA_MM_MA_DUPLICATE(); String[][] fhz = po.Getexecute(prdetail); + + log.error("ZOA_MM_MA_DUPLICATE_CONTROLLER fhz--"+ Arrays.toString(fhz)); + estatus = fhz[0][0]; emessage = fhz[0][1]; diff --git a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_VALIDITY_CONTROLLER.java b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_VALIDITY_CONTROLLER.java index 9a09788..c0807fe 100644 --- a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_VALIDITY_CONTROLLER.java +++ b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/controller/ZOA_MM_MA_VALIDITY_CONTROLLER.java @@ -9,10 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import java.util.*; /** * @Author: calyrex @@ -166,6 +163,7 @@ public class ZOA_MM_MA_VALIDITY_CONTROLLER { ZOA_MM_MA_VALIDITY po = new ZOA_MM_MA_VALIDITY(); String[][] fhz = po.Getexecute(prdetail); + log.error("ZOA_MM_MA_VALIDITY_CONTROLLER fhz--"+ Arrays.toString(fhz)); estatus = fhz[0][0]; emessage = fhz[0][1];