Commit ca4473ce authored by hezhen's avatar hezhen

123

parent 87a35978
...@@ -304,7 +304,7 @@ public class MyWalletBiz extends BaseBiz<MyWalletMapper, MyWallet> { ...@@ -304,7 +304,7 @@ public class MyWalletBiz extends BaseBiz<MyWalletMapper, MyWallet> {
myWallet.setBalance(balnece); myWallet.setBalance(balnece);
myWallet.setWithdrawals(withdrawals); myWallet.setWithdrawals(withdrawals);
mapper.updMyWater(myWallet); mapper.updMyWater(myWallet);
return ObjectRestResponse.succ(); return ObjectRestResponse.succ(walletCath.getId());
} }
......
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