日期:2014-05-17 浏览次数:20785 次
public void createMemberAccount(TbMemberAccount account, TbRegisterActive active) { this.accountMapper.insertMemberAccount(account); memberId = account.getMemberId().longValue(); active.setMemberId(memberId.intValue()); active.setEmailAddress(null); this.activeMapper.insertRegisterActive(active); }