|
|
@ -59,6 +59,7 @@ public class K3_Check_CustomerInfo_controller {
|
|
|
|
resultJson.put("result",result);
|
|
|
|
resultJson.put("result",result);
|
|
|
|
List<Map<String,Object>> customers = new ArrayList<>();
|
|
|
|
List<Map<String,Object>> customers = new ArrayList<>();
|
|
|
|
log.error("K3_Check_CustomerInfo_controller execute result : " + result);
|
|
|
|
log.error("K3_Check_CustomerInfo_controller execute result : " + result);
|
|
|
|
|
|
|
|
log.error("K3_Check_CustomerInfo_controller execute result : " + code);
|
|
|
|
log.error("K3_Check_CustomerInfo_controller execute resultJson : " + resultJson);
|
|
|
|
log.error("K3_Check_CustomerInfo_controller execute resultJson : " + resultJson);
|
|
|
|
if(!code.equals("0")) {
|
|
|
|
if(!code.equals("0")) {
|
|
|
|
CustomerServiceStub.ArrayOfCustSample supsample = res.getCustSamples();
|
|
|
|
CustomerServiceStub.ArrayOfCustSample supsample = res.getCustSamples();
|
|
|
|