Commit 0349acca authored by 赵啸非's avatar 赵啸非

添加更新基础区域

parent 2d1bd959
...@@ -128,7 +128,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba ...@@ -128,7 +128,7 @@ public class BaseAreaServiceImpl extends AbstractCRUDServiceImpl<BaseAreaDao, Ba
private void updateAndSaveEntity(BaseAreaQuery baseAreaQuery, GroupAreaInfo group) { private void updateAndSaveEntity(BaseAreaQuery baseAreaQuery, GroupAreaInfo group) {
BaseAreaEntity entity = this.selectOne(baseAreaQuery); BaseAreaEntity entity = this.selectOne(baseAreaQuery);
if (!ObjectUtils.isEmpty(entity)) { if (ObjectUtils.isEmpty(entity)) {
//新增 //新增
entity = new BaseAreaEntity(); entity = new BaseAreaEntity();
entity.initAttrValue(); entity.initAttrValue();
......
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