Commit 6d2e459a authored by 李尚科's avatar 李尚科

fix

parent 1b749b1c
Pipeline #14155 passed with stage
in 5 seconds
......@@ -26,7 +26,7 @@ class OrderService extends Service {
const type = TypeConfig[order_type];
// const where = { user_id };
const order_records = await ctx.prometheusModel.CreditOrder.all({ where: { user_id, type, valid: 1, order: [['order_time', 'desc']] } });
const order_records = await ctx.prometheusModel.CreditOrder.all({ where: { user_id, type, valid: 1 }, order: [['order_time', 'desc']] });
const worth_h = [];
const worth_l = [];
......
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