Commit 61cb6800 by 王昆

gsb

parent 0d78e95c
......@@ -69,7 +69,6 @@ class StOrderService extends ServiceBase {
item.saas_merchant_id = order.saas_merchant_id;
item.out_trade_no = order.out_trade_no;
item.saas_id = order.saas_id;
item.trade_status = "01";
}
await self.storderitemDao.bulkCreate(itemList, t);
await self.storderitemDao.genTradeNo(order.id, t);
......
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