@@ -186,6 +186,7 @@ async def create_inspection_task(
end_time = body['end_time'],
task_cycle = cycle,
corn_expression = corn,
+ corn_query= corn_query,
task_range = body['task_range'],
task_status = '-1',
create_by = user_id
@@ -185,6 +185,7 @@ async def create_inspection_task(
start_time = body['start_time'],
@@ -196,6 +196,7 @@ async def create_inspection_task(
end_time = end_time,
inspection_cycle = cycle,
inspection_range = body['inspection_range'],