2019年7月15日

节点结构树组装

摘要: package **.utils; import java.util.ArrayList; import java.util.List; /** * @author : wangbin * @Description: TODO * @date Date : 2019-7-5 17:02 */ public class TreeUtils { public static ... 阅读全文

posted @ 2019-07-15 17:10 以启山林 阅读(314) 评论(0) 推荐(0) 编辑

MYSQL根据当前节点查询父子节点

摘要: -- 根据部门ID获取父ID 2019-07-08 drop function f_getDepartmentParent; DELIMITER ;; CREATE DEFINER=`root`@`locahost` FUNCTION `f_getDepartmentParent`(departmentId BIGINT(20)) RETURNS varchar(1000) CHARSET ut... 阅读全文

posted @ 2019-07-15 16:47 以启山林 阅读(1487) 评论(0) 推荐(0) 编辑

MYSQL多表关联分组查询统计数量

摘要: <resultMap id="baseAmount" type="***.***VO"> <result column="id" property="id"/> <result column="personType" property="personType"/> <result column="p 阅读全文

posted @ 2019-07-15 13:53 以启山林 阅读(15109) 评论(1) 推荐(1) 编辑

导航