|
@@ -237,7 +237,7 @@ async def update_task_status(
|
|
|
try:
|
|
|
task_id_to_use = get_req_param(body, 'task_id')
|
|
|
processing_status = get_req_param(body, 'processing_status')
|
|
|
- feedback_content = get_req_param(body, 'feedback_content')
|
|
|
+ feedback_content = get_req_param_optional(body, 'feedback_content')
|
|
|
attachList = None
|
|
|
if 'fileList'in body:
|
|
|
attachList = get_req_param(body, 'fileList')
|