From 90812decaae198510970c6311ffe38c9addde9fb Mon Sep 17 00:00:00 2001 From: calyrex <2213354201@qq.com> Date: Fri, 21 Feb 2025 11:29:38 +0800 Subject: [PATCH] calyrex 2.18 --- .../controller/ZOA_MM_MA_DUPLICATE_CONTROLLER.java | 8 ++++---- .../controller/ZOA_MM_MA_VALIDITY_CONTROLLER.java | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) 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];