Commit fa82e815 by 王昆

gsb

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