Commit 00f6d931 authored by 赵啸非's avatar 赵啸非

添加代办员工评价次数

parent e593cd01
...@@ -142,6 +142,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba ...@@ -142,6 +142,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba
entity.setCreateTime(new Date()); entity.setCreateTime(new Date());
entity.setCreateUserId(1L); entity.setCreateUserId(1L);
entity.setUpdateTime(new Date()); entity.setUpdateTime(new Date());
entity.setStatus(1);
//log.info("新增数据:{}", JSON.toJSONString(group)); //log.info("新增数据:{}", JSON.toJSONString(group));
this.save(entity); this.save(entity);
} else { } else {
......
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