|
|
@ -55,6 +55,7 @@ public class K3_Get_CustomerInfo_controller {
|
|
|
|
resultJson.put("message",message);
|
|
|
|
resultJson.put("message",message);
|
|
|
|
resultJson.put("IsSuccess",issuccess);
|
|
|
|
resultJson.put("IsSuccess",issuccess);
|
|
|
|
resultJson.put("result",result);
|
|
|
|
resultJson.put("result",result);
|
|
|
|
|
|
|
|
log.error("K3_Get_CustomerInfo_controller resultJson--" + resultJson);
|
|
|
|
CustomerServiceStub.Customer customer = res.getCustomer();
|
|
|
|
CustomerServiceStub.Customer customer = res.getCustomer();
|
|
|
|
Map<String,Object> supJson = new HashMap<>();
|
|
|
|
Map<String,Object> supJson = new HashMap<>();
|
|
|
|
if(customer!=null){
|
|
|
|
if(customer!=null){
|
|
|
|