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) return nil, errors.Join(processors.ErrDatasource, err)
} }
if errors.Is(err, shujubao.ErrQueryEmpty) { if errors.Is(err, shujubao.ErrQueryEmpty) {
// return nil, errors.Join(processors.ErrNotFound, e return nil, errors.Join(processors.ErrNotFound, err)
data = map[string]interface{}{} // data = map[string]interface{}{}
} else { } else {
return nil, errors.Join(processors.ErrSystem, err) return nil, errors.Join(processors.ErrSystem, err)
} }