Commit 7f26f874 by 墨竹

refactor:注释

parent c43333b3
......@@ -16,7 +16,7 @@ public interface MessageApiService {
void gicMessageReceive(GicMessageDTO gicMessageDTO);
/**
* 接收企业微信的推送消息
* 企微自动同步通讯录
*
* @param qywxCallBackDTO
*/
......
......@@ -293,15 +293,15 @@ public class MessageApiServiceImpl implements MessageApiService {
this.staffDepartmentRelatedService.delByUserid(userid);
//删除员工表
this.staffService.delByStaffId(oldStaff.getStaffId());
}else {
log.error("成员同步类型错误,changeType:{}",changeType);
} else {
log.error("成员同步类型错误,changeType:{}", changeType);
}
log.error("成员同步结束");
}
private String changeHeaderImageUrl(String headImgUrl) {
try {
log.info("图片headImgUrl:{}",headImgUrl);
log.info("图片headImgUrl:{}", headImgUrl);
if (StringUtils.isBlank(headImgUrl)) {
return headImgUrl;
}
......
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