Commit 4929aca2 authored by liuxun's avatar liuxun

merge

parent 1415ac03
......@@ -38,7 +38,6 @@ public class SuperviseOrganServiceImpl extends ServiceImpl<SuperviseOrganMapper,
private List<Long> getOrganIds(Long organId, Boolean isIncluded) {
Result<List<Long>> organChild = null;
List<Long> organIds = null;
if (organId != null) {
if (isIncluded == null) {
isIncluded = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment