|
@@ -1475,7 +1475,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
row.createCell(2).setCellValue(item.getRoleName());
|
|
|
row.createCell(3).setCellValue(item.getPhone());
|
|
|
if(wxCorpInfo!=null&&wxCorpInfo.getSaasSyncContact()==1){
|
|
|
- row.createCell(4).setCellValue("departmentName="+item.getCorpwxDeptid()+"$");
|
|
|
+ row.createCell(4).setCellValue("$departmentName="+item.getCorpwxDeptid()+"$");
|
|
|
}else {
|
|
|
row.createCell(4).setCellValue(item.getDepartmentName());
|
|
|
}
|