Commit 91444bf7 by 孙亚楠

dd

parent f089cc45
...@@ -669,9 +669,9 @@ class OrderCtl extends CtlBase { ...@@ -669,9 +669,9 @@ class OrderCtl extends CtlBase {
"8":"2080",//客户交付 "8":"2080",//客户交付
"9":"2090"//订单完成 "9":"2090"//订单完成
}; };
if(!statusMap[pobj.status]){ // if(!statusMap[pobj.status]){
return system.getResult(null, `订单状态错误`); // return system.getResult(null, `订单状态错误`);
} // }
var condition = { var condition = {
currentPage: Number(pobj.currentPage || 1), currentPage: Number(pobj.currentPage || 1),
pageSize: Number(pobj.pageSize || 10), pageSize: Number(pobj.pageSize || 10),
......
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