Commit d09345a0 authored by ml's avatar ml

修改

parent 0fc3c283
...@@ -284,7 +284,7 @@ export async function tradeAssetByUids(uids: number[]) { ...@@ -284,7 +284,7 @@ export async function tradeAssetByUids(uids: number[]) {
} }
catch (e) { catch (e) {
logger.error('tradeAssetByUids.error:' + e); logger.error('tradeAssetByUids.error:' + e);
throw e; return [];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment