Commit 6e3da5ca authored by Hsinli's avatar Hsinli

addd

parent d61dc513
......@@ -165,7 +165,7 @@ class OrderService extends Service {
have: false,
order: {}
}
if ([1, 2].includes(type)) {
if (![1, 2].includes(type)) {
return ret;
}
let orderFilter = {
......
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