refactor: 补全 SaLoginModel.java 以兼容旧版本

This commit is contained in:
click33
2025-03-02 04:57:55 +08:00
parent 59659d1c12
commit 0e4d812b8b
3 changed files with 28 additions and 6 deletions

View File

@@ -126,7 +126,6 @@ public class SaJsonTemplateForJackson implements SaJsonTemplate {
return null;
}
try {
System.out.println("type是什么 " + type);
return objectMapper.readValue(jsonStr, type);
} catch (JsonProcessingException e) {
throw new SaJsonConvertException(e);