bugfix
This commit is contained in:
parent
2afb0bb4e3
commit
2a1b12038c
@ -14,5 +14,13 @@ where a.llmcatelogid = b.id
|
||||
'biz_date': biz_date,
|
||||
'lt': lt
|
||||
})
|
||||
return recs
|
||||
return []
|
||||
return {
|
||||
'status': 'ok',
|
||||
'data': recs
|
||||
}
|
||||
return {
|
||||
'status': 'error',
|
||||
'data':{
|
||||
'message': 'server error'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user