增加根据id查询明细的接口
This commit is contained in:
@@ -58,7 +58,7 @@ public class AccountService {
|
||||
@Resource
|
||||
private UserService userService;
|
||||
|
||||
public Account getAccount(long id) {
|
||||
public Account getAccount(long id) throws Exception{
|
||||
return accountMapper.selectByPrimaryKey(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user