Exemplo n.º 1
0
 @Transactional
 public int updateAccountById(String id) {
   return accountInfoDAO.updateAccountById(id);
 }