Commit 13f5ffc1 by 杨清松

更新接口加事物

parent 7a9e9f07
...@@ -103,6 +103,7 @@ public class BankRechargeDetailServiceImpl implements BankRechargeDetailService ...@@ -103,6 +103,7 @@ public class BankRechargeDetailServiceImpl implements BankRechargeDetailService
@Override @Override
@Transactional
public Object updateRechargeStatus(UUID id) { public Object updateRechargeStatus(UUID id) {
bankRechargeDetailDao.updateRechargeStatus(id); bankRechargeDetailDao.updateRechargeStatus(id);
return ResponseObj.success(); return ResponseObj.success();
......
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