Commit 0da51c38 authored by 廖旭伟's avatar 廖旭伟

员工名片访问记录表;名片访问次数累加;增加名片公司地址属性

parent b46dd6ba
......@@ -36,6 +36,7 @@ public class BussinesscardRecordServiceImpl extends AbstractCRUDServiceImpl<Buss
Map data = new HashMap();
data.put("sumViewsIncrement",1);
data.put("viewTime",new Date());
data.put("updateTime",new Date());
this.dao.update(data,condition);
}else {
recordEntity = new BussinesscardRecordEntity();
......
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