新增配置 user.loginCodeCorpUnique 登录账号租户内唯一
This commit is contained in:
@@ -164,7 +164,7 @@ public class JsonMapper extends ObjectMapper {
|
||||
/**
|
||||
* 当JSON里只含有Bean的部分属性時,更新一个已存在Bean,只覆盖该部分的属性.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings({ "unchecked", "hiding" })
|
||||
public <T> T update(String jsonString, T object) {
|
||||
try {
|
||||
return (T) this.readerForUpdating(object).readValue(jsonString);
|
||||
|
||||
Reference in New Issue
Block a user