Commit 516880a0 by 孙亚楠

d

parent 7b3b6269
...@@ -282,7 +282,7 @@ class DeliverService extends ServiceBase { ...@@ -282,7 +282,7 @@ class DeliverService extends ServiceBase {
} }
async deliverUserAll(params) { async deliverUserAll(params) {
let sql = "SELECT * FROM d_deliver_user WHERE deliver_id = :deliver_id "; let sql = "SELECT * FROM d_deliver_user WHERE deliver_id = :deliver_id ORDER BY created_at desc";
let list = await this.customQuery(sql, params); let list = await this.customQuery(sql, params);
if (list) { if (list) {
for (let item of list) { for (let item of list) {
......
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