calyrex 2.18

ht
calyrex 2 months ago
parent 758f0212bd
commit 77c6f1bf7d

@ -49,7 +49,6 @@ public class K3_Get_CustomerInfo_controller {
req.setFNumber(custnumber);
req.setDataCenterID(datacenterid);
CallK3CustomerService service = new CallK3CustomerService();
CustomerServiceStub.CustomerReturn res = service.getCustomer(req);
code = res.getCode();
message = res.getMessage();
@ -61,6 +60,7 @@ public class K3_Get_CustomerInfo_controller {
resultJson.put("message",message);
resultJson.put("IsSuccess",issuccess);
resultJson.put("result",result);
log.error("K3_Get_CustomerInfo_controller code--" + code);
log.error("K3_Get_CustomerInfo_controller resultJson--" + resultJson);
CustomerServiceStub.Customer customer = res.getCustomer();
Map<String,Object> supJson = new HashMap<>();

Loading…
Cancel
Save