Commit e61ee5ea by 孙亚楠

dd

parent 91444bf7
...@@ -688,6 +688,9 @@ class OrderCtl extends CtlBase { ...@@ -688,6 +688,9 @@ class OrderCtl extends CtlBase {
if(pobj.createdEnd){ if(pobj.createdEnd){
condition.createdEnd = this.trim(pobj.createdEnd); condition.createdEnd = this.trim(pobj.createdEnd);
} }
if(pobj.order_id){
condition.id = this.trim(pobj.order_id);
}
this.doTimeCondition(condition, ["createdBegin", "createdEnd"]); this.doTimeCondition(condition, ["createdBegin", "createdEnd"]);
return await this.orderSve.aliOrderPage(condition); return await this.orderSve.aliOrderPage(condition);
} }
......
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