Commit e593cd01 authored by 赵啸非's avatar 赵啸非

添加代办员工评价次数

parent ccab29c7
......@@ -40,6 +40,12 @@ public class GroupAreaInfo {
* 区域等级(1.省,2.地市州,3.区县,4.街道,5.社区)
*/
private Integer areaLevel;
/**
* 名称简称
*/
private String name;
/**
* 名称简称
*/
......
......@@ -141,6 +141,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba
entity.setCreateTime(new Date());
entity.setCreateUserId(1L);
entity.setUpdateTime(new Date());
//log.info("新增数据:{}", JSON.toJSONString(group));
this.save(entity);
} 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