|
@@ -1358,7 +1358,7 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
- if (i.getBrandWorkerId().equals("294773") || i.getBrandWorkerId().equals("990003185")){
|
|
|
+ if ("294773".equals(i.getBrandWorkerId()) || "990003185".equals(i.getBrandWorkerId())){
|
|
|
log.info("workerBrandAccount {}",workerBrandAccount);
|
|
|
log.info("wxgDownload {}",wxgDownload);
|
|
|
}
|
|
@@ -1369,7 +1369,7 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
// 格力总部查询工程师信息
|
|
|
GreeResponseHelper response = greeLogic.greePost(wdqyapi, JSONObject.toJSONString(req), publicService.getCompanyId(wxgDownload.getWdno()));
|
|
|
|
|
|
- if (i.getBrandWorkerId().equals("294773") || i.getBrandWorkerId().equals("990003185")){
|
|
|
+ if ("294773".equals(i.getBrandWorkerId()) || "990003185".equals(i.getBrandWorkerId())){
|
|
|
log.info("response {}",JSONObject.toJSONString(response));
|
|
|
}
|
|
|
|
|
@@ -1404,7 +1404,7 @@ public class GLPPWXGQueryAddServiceImpl implements GLPPWXGQueryAddService {
|
|
|
getServiceCategory(wvos, wscList, wscdList, sysDict, wxgDownload, wxgCategoryTypeRecs,
|
|
|
sysDictRefMap, workerBrandAccount, workerServiceCategoryDetailList);
|
|
|
|
|
|
- if (i.getBrandWorkerId().equals("294773") || i.getBrandWorkerId().equals("990003185")){
|
|
|
+ if ("294773".equals(i.getBrandWorkerId()) || "990003185".equals(i.getBrandWorkerId())){
|
|
|
log.info("wscList {}",JSONObject.toJSONString(wscList));
|
|
|
log.info("wscdList {}",JSONObject.toJSONString(wscdList));
|
|
|
}
|