@Service public class ContactLogDAOImpl extends Object implements ContactLogDAO
| Constructor and Description |
|---|
ContactLogDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ContactLog> |
listContactLogByXunleiId(String xunleiId)
通过xunleiId查找签约解约信息
|
void |
saveContactLog(ContactLog log)
保存到数据库
|
@Transactional(readOnly=false) public void saveContactLog(ContactLog log)
saveContactLog in interface ContactLogDAOpublic List<ContactLog> listContactLogByXunleiId(String xunleiId)
ContactLogDAOlistContactLogByXunleiId in interface ContactLogDAOCopyright © 2016. All rights reserved.