Commit 6121ee7f authored by Hsinli's avatar Hsinli

addd

parent 2501423c
Pipeline #13586 passed with stage
in 24 seconds
...@@ -278,7 +278,7 @@ class OrderService extends Service { ...@@ -278,7 +278,7 @@ class OrderService extends Service {
async getBePayOrder(type) { async getBePayOrder(type) {
const { ctx } = this; const { ctx } = this;
let ret = []; let ret = [];
if ([1, 2].includes(type)) { if (![1, 2].includes(type)) {
return ret; return ret;
} }
let filter = { let filter = {
......
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