Commit f74819cf by 徐高华

Merge branch 'developer' into 'master'

Developer

See merge request !344
parents cb93fc85 66535dfa
......@@ -178,7 +178,7 @@ public class StaffDepartmentRelatedServiceImpl implements StaffDepartmentRelated
//关联部门
List<DepartmentDTO> departmentDTOList = departmentService.listDepartmentByWxDepartIds(wxEnterpriseId, wxDepartIds);
if (CollectionUtils.isEmpty(departmentDTOList)) {
logger.info("部门没有更新或同步:{}", wxEnterpriseId);
logger.info("部门没有更新或同步:wxEnterpriseId={},wxDepartIds={}", wxEnterpriseId,wxDepartIds);
if(retryFlag) {
Map<String,Object> map = new HashMap<>() ;
map.put("staffId", staff.getStaffId()) ;
......
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