Commit 2c7b8baa by fudahua

会员标签同步-同步日志修改

parent b56763f8
......@@ -113,7 +113,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
WxEnterpriseDTO wxEnterpriseDTO = wxEnterpriseService.selectById(wxEnterpriseId);
//调用企业微信接口保存
QywxGetCorpTagListDTO resp = this.saveQywxTag(wxEnterpriseDTO, infoDTO, items);
if (resp.getErrcode() != 0) {
if (resp.getErrcode() != 0 && CollectionUtils.isEmpty(resp.getTagGroup())) {
logger.info("同步失败:{}", JSONObject.toJSONString(resp));
ret.setCode(resp.getErrcode());
ret.setMessage(resp.getErrmsg());
......
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