select count from sys_dept where status = 0 and del_flag = 0 and find_in_set#deptId ancestors这句SQL什么意思?
这句SQL的意思是从sys_dept表中查询符合条件的记录数。其中,条件为status等于0、del_flag等于'0',并且在ancestors字段中能找到deptId(参数)的值。
原文地址: https://www.cveoy.top/t/topic/iG7X 著作权归作者所有。请勿转载和采集!