【依赖】mybatis-plus from 3.5.5 to 3.5.7

This commit is contained in:
YunaiV
2024-07-13 22:52:23 +08:00
parent 3e3407eb99
commit 0566f5fa93
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}