Commit dfe47235 authored by alex yao's avatar alex yao

fix:npe

parent 7c88a842
...@@ -42,9 +42,6 @@ public class KnowledgeRestImpl implements KnowledgeRest { ...@@ -42,9 +42,6 @@ public class KnowledgeRestImpl implements KnowledgeRest {
@Resource @Resource
private BizKnowledgeInfoService bizKnowledgeInfoService; private BizKnowledgeInfoService bizKnowledgeInfoService;
@Resource
private BizKnowledgeDocumentService bizKnowledgeDocumentService;
@Override @Override
public List<BizKnowledgeDocumentDto> uploadDocument(MultipartFile[] documentFiles) throws Exception { public List<BizKnowledgeDocumentDto> uploadDocument(MultipartFile[] documentFiles) throws Exception {
Assert.notEmpty(documentFiles); Assert.notEmpty(documentFiles);
......
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