Commit 9e7bcae1 authored by suhuiguang's avatar suhuiguang

feat(jg):行政审批局

1.启用停用详情,接收机构信息,实时查询,兼容数据刷新后逻辑 2.注销报废设备列表过滤错误
parent 85caa3f5
...@@ -19,6 +19,9 @@ public enum CompanyTypeEnum { ...@@ -19,6 +19,9 @@ public enum CompanyTypeEnum {
/** /**
* 单位类型枚举 * 单位类型枚举
*/ */
APPROVAL("supervision","approval", "行政审批局"),
SUPERVISION("supervision","supervision", "监管机构"), SUPERVISION("supervision","supervision", "监管机构"),
USE("company","use", "使用单位"), USE("company","use", "使用单位"),
......
...@@ -837,6 +837,7 @@ public class JgEnableDisableServiceImpl extends BaseService<JgEnableDisableDto, ...@@ -837,6 +837,7 @@ public class JgEnableDisableServiceImpl extends BaseService<JgEnableDisableDto,
resultMap.putAll(jsonObject); resultMap.putAll(jsonObject);
} }
resultMap.put("receiveOrgCode", enableDisable.getReceiveCompanyCode() + '_' + enableDisable.getReceiveOrgName()); resultMap.put("receiveOrgCode", enableDisable.getReceiveCompanyCode() + '_' + enableDisable.getReceiveOrgName());
resultMap.put("receiveCompanyCode", enableDisable.getReceiveCompanyCode());
resultMap.put("sequenceNbr", enableDisable.getSequenceNbr()); resultMap.put("sequenceNbr", enableDisable.getSequenceNbr());
resultMap.put("applyNo", enableDisable.getApplyNo()); resultMap.put("applyNo", enableDisable.getApplyNo());
resultMap.put("auditStatus", enableDisable.getAuditStatus()); resultMap.put("auditStatus", enableDisable.getAuditStatus());
......
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