Merge remote-tracking branch 'origin/ht' into ht

ht
qijirenjian 2 months ago
commit 7fe2a5edff

@ -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];

@ -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];

Loading…
Cancel
Save