Commit a888b170 authored by Hsinli's avatar Hsinli

addd

parent 42d614ce
Pipeline #13777 passed with stage
in 12 seconds
......@@ -268,7 +268,7 @@ class OrderService extends Service {
async getBePayOrderByThree(type, threeParams) {
const { ctx } = this;
if (!TypeConfig.hasOwnProperty(type)) {
ctx.failed('uundefined type in getBePayOrderByThree');
ctx.failed('undefined type in getBePayOrderByThree');
}
let orderFilter = {
where: {
......
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