Commit ae38c343 by 墨竹

feat:bug修改

parent 375e1aa8
...@@ -49,7 +49,6 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation { ...@@ -49,7 +49,6 @@ public class FriendClerkSyncNewOperation implements BaseSyncOperation {
logger.info("dealParamMqDTO={},dataPre={}", JSON.toJSONString(dealParamMqDTO), JSON.toJSONString(dataPre)); logger.info("dealParamMqDTO={},dataPre={}", JSON.toJSONString(dealParamMqDTO), JSON.toJSONString(dataPre));
String reason = ""; String reason = "";
boolean dealFlag = true; boolean dealFlag = true;
String taskId = dealParamMqDTO.getTaskId();
try { try {
String wxEnterpriseId = dataPre.getWxEnterpriseId(); String wxEnterpriseId = dataPre.getWxEnterpriseId();
String wxUserId = dataPre.getDataId(); String wxUserId = dataPre.getDataId();
......
...@@ -276,7 +276,6 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -276,7 +276,6 @@ public class WxEnterpriseInfoController extends WebBaseController {
logger.info("该企业不存在:{}", qo.getGicEnterpriseId()); logger.info("该企业不存在:{}", qo.getGicEnterpriseId());
return resultResponse(HaoBanErrCode.ERR_400002); return resultResponse(HaoBanErrCode.ERR_400002);
} }
return resultResponse(HaoBanErrCode.ERR_500003, wxEnterpriseDTO.getCorpid());
} }
} else { } else {
user.setUserId(qo.getUserId()); user.setUserId(qo.getUserId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment