@ -109,7 +109,7 @@ public interface TaskMapper extends BaseMapper<Task> {
" LEFT JOIN qywxDepartment as t4 on t3.main_department = t4.departmentId\n"+
" LEFT JOIN (SELECT t.*,d.name as department from qywxDepartmentUserLink t left join qywxDepartment d on t.departmentId = d.departmentId) as t5 on t3.openid = t5.openid\n"+