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