Commit f089cc45 by 孙亚楠

dd

parent 01330865
......@@ -645,8 +645,8 @@ class OrderCtl extends CtlBase {
if(pobj.status){
condition.status = this.trim(pobj.status);
}
if(pobj.id){
condition.id = this.trim(pobj.id);
if(pobj.order_id){
condition.id = this.trim(pobj.order_id);
}
this.doTimeCondition(condition, ["createdBegin", "createdEnd"]);
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