Skip to content
Snippets Groups Projects
Commit c76d6213 authored by 家乐 袁's avatar 家乐 袁
Browse files

Merge branch '201250076' into 'master'

修复了若干bug,主要围绕用户配置资源相关功能

See merge request 0010-qingyun/backend!12
parents b6c064d2 dcfddbcb
No related branches found
Tags v1.0.30
No related merge requests found
Pipeline #63354 passed
No preview for this file type
......@@ -22,7 +22,7 @@
<artifactId>sentistrength_backend</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.13.jar</systemPath>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.14.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -280,7 +280,7 @@ public class SentiStrengthServiceImpl implements SentiStrengthService {
resourcesVO.setType(type);
resourcesVO.setList(sentiStrength.getResources(type));
if (resourcesVO.getList() == null)
throw new MyServiceException("SS008", "获取资源" + type + "失败!");
throw new MyServiceException("SS008", "获取资源" + type + "失败!请检查资源名称和当前算法配置选项!");
else
return resourcesVO;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment