Commit 7c3e90f7 authored by 赵啸非's avatar 赵啸非

事项添加区域字段

parent 7b467d17
...@@ -350,8 +350,10 @@ public class MatterEntity extends MatterVo { ...@@ -350,8 +350,10 @@ public class MatterEntity extends MatterVo {
if (obj == null) return false; if (obj == null) return false;
if (obj instanceof MatterEntity) { if (obj instanceof MatterEntity) {
MatterEntity tmp = (MatterEntity) obj; MatterEntity tmp = (MatterEntity) obj;
if (this.getId() == tmp.getId()) { if ((this.getAreaCode() + this.matterNo).equals(tmp.getAreaCode() + tmp.matterNo)) {
return true; if (this.getId() == tmp.getId()) {
return true;
}
} }
} }
return false; return false;
...@@ -360,78 +362,152 @@ public class MatterEntity extends MatterVo { ...@@ -360,78 +362,152 @@ public class MatterEntity extends MatterVo {
public void initAttrValue(){ public void initAttrValue(){
this.siteId = null; this.siteId = null;
this.tid = ""; this.tid = "";
this.tcode = ""; this.tcode = "";
this.tname = ""; this.tname = "";
this.matterName = ""; this.matterName = "";
this.englishName = ""; this.englishName = "";
this.matterNo = ""; this.matterNo = "";
this.areaCode = ""; this.areaCode = "";
this.deptCode = ""; this.deptCode = "";
this.deptName = "";
this.powerCode = ""; this.powerCode = "";
this.themeCode = ""; this.themeCode = "";
this.usertypeCode = ""; this.usertypeCode = "";
this.groupName = ""; this.groupName = "";
this.url = ""; this.url = "";
this.haveGetMatterInfo = "";
this.haveGetMatterInfo = "false";
this.belongDept = ""; this.belongDept = "";
this.appoveObjectShow = "事业法人"; this.appoveObjectShow = "事业法人";
this.operatScopeShow = "无"; this.operatScopeShow = "无";
this.appoveTimeLimitShow = "网络办件"; this.appoveTimeLimitShow = "网络办件";
this.handleType = "窗口办理"; this.handleType = "窗口办理";
this.legalTimeLimitShow = ""; this.legalTimeLimitShow = "";
this.legalEndExplain = ""; this.legalEndExplain = "";
this.promiseTimeLimitShow = ""; this.promiseTimeLimitShow = "";
this.promiseEndExplain = ""; this.promiseEndExplain = "";
this.isChargesShow = "否";
this.isChargesShow = "无";
this.certificationLevelsShow = "实名认证"; this.certificationLevelsShow = "实名认证";
this.planTakeTime = null; this.planTakeTime = null;
this.promiseTakeTime = null; this.promiseTakeTime = null;
this.specialProcedure = ""; this.specialProcedure = "";
this.windowToTheSceneNum = 0;
this.isOnlineSubscribeShow = "否"; this.windowToTheSceneNum = null;
this.isExpressTakeShow = "否";
this.isProvinceAcquisitionShow = "否"; this.isOnlineSubscribeShow = "无";
this.isApplyProvinceShow = "否";
this.isExpressTakeShow = "无";
this.isProvinceAcquisitionShow = "无";
this.isApplyProvinceShow = "无";
this.mustSceneExplain = ""; this.mustSceneExplain = "";
this.onlineType = "原件预审"; this.onlineType = "原件预审";
this.onlineToTheSceneNum = 0; this.onlineToTheSceneNum = 0;
this.onlineOperatDeep = "互联网咨询"; this.onlineOperatDeep = "互联网咨询";
this.isExpressTakeOnlineShow = ""; this.isExpressTakeOnlineShow = "";
this.isDoorTakeShow = "否";
this.isDoorTakeShow = "无";
this.onlineMustSceneExplain = ""; this.onlineMustSceneExplain = "";
this.performDeptType = ""; this.performDeptType = "";
this.matterEdition = ""; this.matterEdition = "";
this.eventTypeShow = "行政许可"; this.eventTypeShow = "行政许可";
this.performHierarchyShow = ""; this.performHierarchyShow = "";
this.powerSourceShow = ""; this.powerSourceShow = "";
this.performDeptTypeShow = ""; this.performDeptTypeShow = "";
this.goveServiceCenterShow = "否";
this.isConvenientCenterShow = "否"; this.goveServiceCenterShow = "无";
this.terminalHandle = "是";
this.isOnline = "是"; this.isConvenientCenterShow = "无";
this.isOnlinePayShow = "是";
this.entrustmentDepartmen = "是"; this.terminalHandle = "无";
this.isOnline = "无";
this.isOnlinePayShow = "无";
this.entrustmentDepartmen = "无";
this.jointInfoShow = ""; this.jointInfoShow = "";
this.matterStatus = "在用"; this.matterStatus = "在用";
this.numberLimit = null; this.numberLimit = null;
this.type = ""; this.type = "";
this.baseCode = ""; this.baseCode = "";
this.implementCode = ""; this.implementCode = "";
this.implementBodyCode = ""; this.implementBodyCode = "";
this.operateItemCode = ""; this.operateItemCode = "";
this.townshipName = ""; this.townshipName = "";
this.townshipCode = ""; this.townshipCode = "";
this.villageName = ""; this.villageName = "";
this.villageCode = ""; this.villageCode = "";
this.operateTime = ""; this.operateTime = "";
this.operateSite = ""; this.operateSite = "";
this.cousultingShow = ""; this.cousultingShow = "";
this.cousultingTelephoneShow = ""; this.cousultingTelephoneShow = "";
this.superviseShow = ""; this.superviseShow = "";
this.sort = 0; this.sort = 0;
this.source = 1; this.source = 1;
this.deptName = "";
this.evaluationUrl = ""; this.evaluationUrl = "";
this.netApplyUrl = ""; this.netApplyUrl = "";
this.areaName = ""; this.areaName = "";
this.areaLevel = 0; this.areaLevel = 0;
......
...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName ...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json Content-Type: application/json
{ {
"areaCode": "511124000000" "areaCode": "511700000000"
} }
......
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