Commit eb98eed6 by 孙亚楠

dd

parent d1d5856d
......@@ -236,6 +236,7 @@ class SaasOrderService extends ServiceBase {
saasorderbusinessmen.saas_id = order.saas_id;
saasorderbusinessmen.merchant_id = order.merchant_id;
saasorderbusinessmen.product_id = order.product_id;
saasorderbusinessmen.saas_order_id = order.saas_order_id;
await this.saasorderbusinessmenDao.create(saasorderbusinessmen);
}
return system.getResultSuccess();
......
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