|
@@ -143,7 +143,7 @@ async def delete_record(table_name: str = None,partition_name: str=None,im_hash:
|
|
|
|
|
|
res = do_delete(table_name,partition_name,expr,MILVUS_CLI)
|
|
|
|
|
|
- return {'status': True}
|
|
|
+ return {'status': True,'msg': "success"}
|
|
|
except Exception as e:
|
|
|
LOGGER.error(e)
|
|
|
return {'status': False, 'msg': e}
|