Commit e94752d1 authored by Hsinli's avatar Hsinli

addd

parent 366c051a
......@@ -261,8 +261,8 @@ class ApplyService extends Service {
let orderNo = await ctx.service.credit.common.getOrdertNo(TypeConfigFlip[order.type], order.id);
let updateOrderData = {
order_no: orderNo,
apply_id: apply_id,
report_id: report_id,
apply_id: apply.id,
report_id: report.id,
state: '待支付',
state_time: moment().format('YYYY-MM-DD HH:mm:ss'),
valid: 1
......
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