Commit fa82e815 by 王昆

gsb

parent 050aea2a
...@@ -261,6 +261,8 @@ class SaasOrderService extends ServiceBase { ...@@ -261,6 +261,8 @@ class SaasOrderService extends ServiceBase {
saasorderbusinessmen.merchant_app_user_id = order.merchant_app_user_id || ""; saasorderbusinessmen.merchant_app_user_id = order.merchant_app_user_id || "";
await this.saasorderbusinessmenDao.create(saasorderbusinessmen); await this.saasorderbusinessmenDao.create(saasorderbusinessmen);
} }
order.handle_status = 20;
await order.save();
return system.getResultSuccess(); return system.getResultSuccess();
} catch (error) { } catch (error) {
console.log(error); console.log(error);
......
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