This commit is contained in:
@@ -34,7 +34,7 @@ func ProcessQYGLB4C0Request(ctx context.Context, params []byte, deps *processors
|
||||
// 数据源错误
|
||||
if errors.Is(err, westdex.ErrDatasource) {
|
||||
return nil, errors.Join(processors.ErrDatasource, err)
|
||||
}else if errors.Is(err, westdex.ErrNotFound) {
|
||||
} else if errors.Is(err, westdex.ErrNotFound) {
|
||||
return nil, errors.Join(processors.ErrNotFound, err)
|
||||
}
|
||||
// 其他系统错误
|
||||
|
||||
Reference in New Issue
Block a user