Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api
Commits
598689b1
Commit
598689b1
authored
Jul 13, 2023
by
Wei Shoulin
Browse files
find by ids
parent
4af64a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_api/facility/level1.py
View file @
598689b1
...
@@ -43,6 +43,15 @@ class Level1DataApi(object):
...
@@ -43,6 +43,15 @@ class Level1DataApi(object):
'''
'''
return
self
.
stub
.
find_by_brick_ids
(
**
kwargs
)
return
self
.
stub
.
find_by_brick_ids
(
**
kwargs
)
def
find_by_ids
(
self
,
**
kwargs
):
''' retrieve level1 records by internal level1 ids like [1,2,3,4]
:param kwargs: Parameter dictionary, key items support:
brick_ids: [list]
:returns: csst_dfs_common.models.Result
'''
return
self
.
stub
.
find_by_ids
(
**
kwargs
)
def
sls_find_by_qc1_status
(
self
,
**
kwargs
):
def
sls_find_by_qc1_status
(
self
,
**
kwargs
):
''' retrieve level1 records from database
''' retrieve level1 records from database
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment