Browse Source

删除状态默认为N

dev
jianjun 3 years ago
parent
commit
46137f924e
  1. 1
      epmet-module/open-data-worker/open-data-worker-server/src/main/java/com/epmet/opendata/service/impl/GridInfoPingyinServiceImpl.java

1
epmet-module/open-data-worker/open-data-worker-server/src/main/java/com/epmet/opendata/service/impl/GridInfoPingyinServiceImpl.java

@ -71,6 +71,7 @@ public class GridInfoPingyinServiceImpl extends BaseServiceImpl<GridInfoPingyinD
entity.setQxMc("平阴县"); entity.setQxMc("平阴县");
entity.setGridCode(ag.getCode()); entity.setGridCode(ag.getCode());
entity.setGridName(ag.getOrganizationName()); entity.setGridName(ag.getOrganizationName());
entity.setIsDel("N");
if (Constant.DISTRICT.equals(ag.getLevel())) { if (Constant.DISTRICT.equals(ag.getLevel())) {
entity.setGridLevel("03"); entity.setGridLevel("03");
} else if (Constant.STREET.equals(ag.getLevel())) { } else if (Constant.STREET.equals(ag.getLevel())) {

Loading…
Cancel
Save