Commit c58e9304 by fudahua

企业微信标签同步

parent 57567614
......@@ -181,7 +181,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
List<String> delIds = new ArrayList<>();
delIds.add(memberTagId);
QywxResponseDTO responseDTO = qywxSuiteApiService.delCorpTag(wxEnterpriseDTO.getCorpid(), config.getWxSuiteid(), delIds, 0);
if (responseDTO.getErrorcode() == 0) {
if (responseDTO.getErrcode() == 0) {
qywxTagService.delQywxTag(memberTagId, wxEnterpriseId);
}
......
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