Commit 83bc8f59 by 王昆

gsb

parent c750e64c
...@@ -46,9 +46,6 @@ class OrderCtl extends CtlBase { ...@@ -46,9 +46,6 @@ class OrderCtl extends CtlBase {
createdBegin: this.trim(pobj.createdBegin), createdBegin: this.trim(pobj.createdBegin),
createdEnd: this.trim(pobj.createdEnd), createdEnd: this.trim(pobj.createdEnd),
} }
if(!condition.bd_path) {
return system.getResultSuccess({count: 0, rows:[], warning: "该用户组织机构为空"});
}
this.doTimeCondition(condition, ["createdBegin", "createdEnd"]); this.doTimeCondition(condition, ["createdBegin", "createdEnd"]);
try { try {
return await this.orderSve.orders(condition); return await this.orderSve.orders(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