This commit is contained in:
Mrx
2026-05-26 11:28:25 +08:00
parent 9bd83ddaba
commit 760c5812ee

View File

@@ -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)
}