|
@@ -192,10 +192,15 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
|
|
|
// 参数 获取网点维修工信息
|
|
|
getParameter(wxg.getWdno(), wxg.getWxgno(), req);
|
|
|
+ log.info("总部获取的工程师证件照信息wdno :{}", wxg.getWdno());
|
|
|
|
|
|
try {
|
|
|
// 格力总部查询工程师信息
|
|
|
GreeResponseHelper response = greeLogic.greePost(wdqyapi, JSONObject.toJSONString(req), publicService.getCompanyId(wxg.getWdno()));
|
|
|
+
|
|
|
+ log.info("总部获取的工程师证件照信息 response :{}", JSONObject.toJSONString(response));
|
|
|
+
|
|
|
+
|
|
|
// 失败不处理
|
|
|
if (response.getStatus() == 200){
|
|
|
WxgQueryInfo resultDatax = JSONObject.parseObject(response.getData().toString(), WxgQueryInfo.class);
|