Commit 19c85e4d by 王昆

gsb

parent 4a59db37
......@@ -25,7 +25,7 @@ class ElectronicContractService extends ServiceBase {
}
this.addWhereTime(where, 'completed_date', params.signBegin, params.signEnd, true);
var orderby = [
["id", 'desc']
["completed_date", 'desc']
];
var page = await this.getPageList(currentPage, pageSize, where, orderby);
// if (page && page.rows) {
......
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