This commit is contained in:
Mrx
2026-05-26 11:14:24 +08:00
parent 95c3fc0315
commit 1cb3363b5c
4 changed files with 9 additions and 6 deletions

View File

@@ -37,7 +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, err)
// return nil, errors.Join(processors.ErrNotFound, e
data = map[string]interface{}{}
}
return nil, errors.Join(processors.ErrSystem, err)
}