This commit is contained in:
hzj
2025-08-01 15:17:15 +08:00
parent e07f24a743
commit b6b5634918

View File

@@ -189,7 +189,7 @@ public class EventDetailServiceImpl extends ServiceImpl<EventDetailMapper, RmpEv
reason =reasonReflection(result.getCause()); reason =reasonReflection(result.getCause());
} }
if(Objects.isNull(result.getCause())){ if(Objects.isNull(result.getType())){
type =advanceTypeReflection(10); type =advanceTypeReflection(10);
}else { }else {