fin:()修复字符集异常

master
Yueng 2024-08-10 11:51:29 +08:00
parent 421420706f
commit 9329320ace
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class NacosNamespaceInterceptor<T> implements Interceptor<T> {
*/
@Override
public boolean beforeExecute(ForestRequest req) {
if (StringUtils.isNotBlank(namespaceId)){
if (StringUtils.isNotEmpty(namespaceId)){
String reqNamespaceId = Convert.utf8Str(req.getQuery("namespaceId"));
if (reqNamespaceId == null){
log.warn("本次请求nacos的namespaceId未携带已添加[{}]",namespaceId);