Commit b495966d by wkliang

fix

parent df505e52
......@@ -93,7 +93,6 @@ class FblicenseService extends AppServiceBase {
pagesize: data.pageSize || 10,
sort: data.sort ? { [`${data.sort.split(" ")[0]}`]: { order: data.sort.split(' ')[1] } } : ""
}
console.log(param)
let url = `${this.fbqurl}/gsb/licence_search_condition`
let result = await this.restClient.execPost(param, url)
result = JSON.parse(result.stdout)
......
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