zhangjinli 3 years ago
parent c2604e6627
commit e2b0a9f72f

@ -32,7 +32,7 @@ public interface QywxDepartmentGroupLinkMapper extends BaseMapper<QywxDepartment
" LEFT JOIN qywxDepartmentGroup as t2 on t1.groupId = t2.id\n" + " LEFT JOIN qywxDepartmentGroup as t2 on t1.groupId = t2.id\n" +
" INNER JOIN qywxDepartment as t3 on t3.departmentId = t1.departmentId\n" + " INNER JOIN qywxDepartment as t3 on t3.departmentId = t1.departmentId\n" +
" INNER JOIN user as t4 on t4.main_department = t1.departmentId\n" + " INNER JOIN user as t4 on t4.main_department = t1.departmentId\n" +
" where t2.id in (2,4)\n" + " where t2.id = #{groupId} \n" +
" GROUP BY userName\n" + " GROUP BY userName\n" +
" ORDER BY creatAt DESC") " ORDER BY creatAt DESC")
List<Map> departmentList2(Integer groupId); List<Map> departmentList2(Integer groupId);

@ -58,7 +58,7 @@ public class Task extends Model {
* *
*/ */
@Schema(title="图文介绍") @Schema(title="图文介绍")
@TableField("imgTexts") @TableField("imgText")
private String imgText; private String imgText;
/** /**

Loading…
Cancel
Save