|
@@ -436,13 +436,13 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
|
|
|
// 参数 获取网点维修工信息
|
|
|
getParameter(wxg.getWdno(), wxg.getWxgno(), req);
|
|
|
- log.info("总部获取的工程师证件照信息wdno :{}", wxg.getWdno());
|
|
|
+ // log.info("总部获取的工程师证件照信息wdno :{}", wxg.getWdno());
|
|
|
|
|
|
try {
|
|
|
// 格力总部查询工程师信息
|
|
|
GreeResponseHelper response = greeLogic.greePost(wdqyapi, JSONObject.toJSONString(req), publicService.getCompanyId(wxg.getWdno()));
|
|
|
|
|
|
- log.info("总部获取的工程师证件照信息 response :{}", JSONObject.toJSONString(response));
|
|
|
+ // log.info("总部获取的工程师证件照信息 response :{}", JSONObject.toJSONString(response));
|
|
|
|
|
|
|
|
|
// 失败不处理
|
|
@@ -465,7 +465,7 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
// 修改保险信息
|
|
|
upWebsitWorker(upWebsitWorkers);
|
|
|
|
|
|
- log.info("工程师证件照信息同步成功-师傅证件信息:{}", wxg.getSfzen());
|
|
|
+ // log.info("工程师证件照信息同步成功-师傅证件信息:{}", wxg.getSfzen());
|
|
|
} else {
|
|
|
log.info("获取工程师证件照信息失败-师傅证件信息:{}", wxg.getSfzen());
|
|
|
log.info("msg:{}", response.getMsg());
|
|
@@ -1140,7 +1140,7 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
return fileId;
|
|
|
} catch (Exception ex) {
|
|
|
ex.printStackTrace();
|
|
|
- log.info("生成师傅证件照信息失败");
|
|
|
+ log.info("生成师傅证件照信息失败" + image);
|
|
|
}
|
|
|
return fileId;
|
|
|
}
|