Commit 06a5a3b6 by 孙亚楠

dd

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