【依赖】mybatis-plus from 3.5.5 to 3.5.7
This commit is contained in:
@@ -77,7 +77,7 @@ public class FileConfigDO extends BaseDO {
|
||||
|
||||
@Override
|
||||
public Object parse(String json) {
|
||||
FileClientConfig config = JsonUtils.parseObjectQuietly(json, new TypeReference<>() {});
|
||||
FileClientConfig config = JsonUtils.parseObjectQuietly(json, new TypeReference<FileClientConfig>() {});
|
||||
if (config != null) {
|
||||
return config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user