mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
修改报错信息中的错别字
This commit is contained in:
parent
a98d0ba8eb
commit
a4c0941c8d
@ -70,7 +70,7 @@ public class EncryptorAutoConfiguration {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}catch (Exception e) {
|
}catch (Exception e) {
|
||||||
log.error("初始化数据安全缓存是出错:{}", e.getMessage());
|
log.error("初始化数据安全缓存时出错:{}", e.getMessage());
|
||||||
}
|
}
|
||||||
return fieldCache;
|
return fieldCache;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user