Commit 203070a5 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

level1 cone

parent 9e118a67
...@@ -95,7 +95,7 @@ class Level1DataApi(object): ...@@ -95,7 +95,7 @@ class Level1DataApi(object):
data_type = None, data_type = None,
create_time_start = None, create_time_start = None,
create_time_end = None, create_time_end = None,
qc1_status = get_parameter(kwargs, "prc_status", -1), qc1_status = get_parameter(kwargs, "qc1_status", -1),
prc_status = None, prc_status = None,
limit = get_parameter(kwargs, "limit", 1), limit = get_parameter(kwargs, "limit", 1),
other_conditions = {"orderBy":"create_time asc", "module_id": 'SLS'} other_conditions = {"orderBy":"create_time asc", "module_id": 'SLS'}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment