Commit 70be0fb4 by wkliang

fix

parent ffde0856
...@@ -55,6 +55,7 @@ class ProductService extends ServiceBase { ...@@ -55,6 +55,7 @@ class ProductService extends ServiceBase {
async checkSitem (ids) { async checkSitem (ids) {
let res = await this.dao.getByIds(ids, [1]) let res = await this.dao.getByIds(ids, [1])
ids = ids.sort()
let arr = [] let arr = []
for (let i of res) { for (let i of res) {
arr.push(i.id) arr.push(i.id)
......
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