|
|
@@ -20,6 +20,8 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import com.xzl.web.mapper.SysFileFolderMapper;
|
|
|
|
|
|
+import javax.xml.ws.Response;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 文件文件夹(麻城知识库四级结构)Service业务层处理
|
|
|
@@ -306,7 +308,6 @@ public class SysFileFolderServiceImpl implements ISysFileFolderService {
|
|
|
|
|
|
return result;
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* 构建知识库树形结构
|
|
|
*/
|