f
This commit is contained in:
@@ -37,8 +37,8 @@ func ProcessQYGL6S1BRequest(ctx context.Context, params []byte, deps *processors
|
||||
return nil, errors.Join(processors.ErrDatasource, err)
|
||||
}
|
||||
if errors.Is(err, shujubao.ErrQueryEmpty) {
|
||||
// return nil, errors.Join(processors.ErrNotFound, e
|
||||
data = map[string]interface{}{}
|
||||
return nil, errors.Join(processors.ErrNotFound, err)
|
||||
// data = map[string]interface{}{}
|
||||
} else {
|
||||
return nil, errors.Join(processors.ErrSystem, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user