This commit is contained in:
yumoqing 2026-03-26 15:49:17 +08:00
parent 2afb0bb4e3
commit 2a1b12038c

View File

@ -14,5 +14,13 @@ where a.llmcatelogid = b.id
'biz_date': biz_date, 'biz_date': biz_date,
'lt': lt 'lt': lt
}) })
return recs return {
return [] 'status': 'ok',
'data': recs
}
return {
'status': 'error',
'data':{
'message': 'server error'
}
}