Commit 7a491135 by 王昆

gsb

parent 461010d4
......@@ -127,14 +127,14 @@ class AccountService extends ServiceBase {
}
//创建orderdeliver记录
await this.accounttradeDao.create({
let trade = await this.accounttradeDao.create({
account_id: accountId,
trade_type: trade_type,
trade_no: trade_no,
trade_amt: trade_amt,
trade_desc: trade_desc,
}, t);
return system.getResultSuccess();
return system.getResultSuccess(trade);
});
return res;
}
......
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