diff --git a/pqs-system/system-boot/src/main/java/com/njcn/system/mapper/mapping/SysDicTreePOMapper.xml b/pqs-system/system-boot/src/main/java/com/njcn/system/mapper/mapping/SysDicTreePOMapper.xml index b54a67452..28a333c4d 100644 --- a/pqs-system/system-boot/src/main/java/com/njcn/system/mapper/mapping/SysDicTreePOMapper.xml +++ b/pqs-system/system-boot/src/main/java/com/njcn/system/mapper/mapping/SysDicTreePOMapper.xml @@ -15,5 +15,6 @@ sys_dic_tree b WHERE b.pids LIKE concat('%',#{id},'%') and a.id = b.pid) + AND a.status = 0 \ No newline at end of file