Commit 0315dfe5 by 宋毅

tj

parent fff4b726
...@@ -10,6 +10,7 @@ class OrderFlowDao extends Dao { ...@@ -10,6 +10,7 @@ class OrderFlowDao extends Dao {
sourceOrderNo: sourceOrderNo, sourceOrderNo: sourceOrderNo,
isShow: 1 isShow: 1
}, },
order:[["created_at", 'desc']],
raw: true raw: true
}); });
} }
......
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