Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
e73ac1ba
Commit
e73ac1ba
authored
Aug 16, 2024
by
刘林
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…
Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents
4ad5e27b
905b5cc4
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
108 additions
and
85 deletions
+108
-85
DPFilterParamForDetailDto.java
...boot/module/common/api/dto/DPFilterParamForDetailDto.java
+0
-2
CylinderDPStatisticsController.java
...tistcs/biz/controller/CylinderDPStatisticsController.java
+2
-3
CylinderDPStatisticsServiceImpl.java
...tcs/biz/service/impl/CylinderDPStatisticsServiceImpl.java
+18
-12
company.json
...odule-statistics-biz/src/main/resources/json/company.json
+1
-0
equip_1000.json
...le-statistics-biz/src/main/resources/json/equip_1000.json
+9
-7
equip_2000.json
...le-statistics-biz/src/main/resources/json/equip_2000.json
+19
-16
equip_3000.json
...le-statistics-biz/src/main/resources/json/equip_3000.json
+9
-7
equip_4000.json
...le-statistics-biz/src/main/resources/json/equip_4000.json
+9
-7
equip_5000.json
...le-statistics-biz/src/main/resources/json/equip_5000.json
+9
-7
equip_6000.json
...le-statistics-biz/src/main/resources/json/equip_6000.json
+9
-7
equip_8000.json
...le-statistics-biz/src/main/resources/json/equip_8000.json
+13
-10
equip_9000.json
...le-statistics-biz/src/main/resources/json/equip_9000.json
+9
-7
problem.json
...odule-statistics-biz/src/main/resources/json/problem.json
+1
-0
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/DPFilterParamForDetailDto.java
View file @
e73ac1ba
...
@@ -88,6 +88,4 @@ public class DPFilterParamForDetailDto {
...
@@ -88,6 +88,4 @@ public class DPFilterParamForDetailDto {
*/
*/
private
String
anomalyType
;
private
String
anomalyType
;
private
String
cylinderVariety
;
}
}
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/controller/CylinderDPStatisticsController.java
View file @
e73ac1ba
...
@@ -8,7 +8,6 @@ import com.yeejoin.amos.boot.module.common.api.dto.DPFilterParamDto;
...
@@ -8,7 +8,6 @@ import com.yeejoin.amos.boot.module.common.api.dto.DPFilterParamDto;
import
com.yeejoin.amos.boot.module.common.api.dto.DPFilterParamForDetailDto
;
import
com.yeejoin.amos.boot.module.common.api.dto.DPFilterParamForDetailDto
;
import
com.yeejoin.amos.boot.module.statistcs.biz.service.impl.CylinderDPStatisticsServiceImpl
;
import
com.yeejoin.amos.boot.module.statistcs.biz.service.impl.CylinderDPStatisticsServiceImpl
;
import
com.yeejoin.amos.boot.module.statistics.api.dto.SubTreeDto
;
import
com.yeejoin.amos.boot.module.statistics.api.dto.SubTreeDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.EquipmentCategoryDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.ESCylinderFillingRecordDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.ESCylinderFillingRecordDto
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
...
@@ -118,7 +117,7 @@ public class CylinderDPStatisticsController extends BaseController {
...
@@ -118,7 +117,7 @@ public class CylinderDPStatisticsController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"区域安全指数排名下钻树节点"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"区域安全指数排名下钻树节点"
)
@GetMapping
(
value
=
"/securityIndexSubTree"
)
@GetMapping
(
value
=
"/securityIndexSubTree"
)
public
ResponseModel
<
List
<
EquipmentCategoryDto
>
>
securityIndexSubTree
()
{
public
ResponseModel
<
SubTreeDto
>
securityIndexSubTree
()
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
securityIndexSubTree
());
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
securityIndexSubTree
());
}
}
...
@@ -174,7 +173,7 @@ public class CylinderDPStatisticsController extends BaseController {
...
@@ -174,7 +173,7 @@ public class CylinderDPStatisticsController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"区域气站对接率下钻
图
"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"区域气站对接率下钻
列表
"
)
@PostMapping
(
value
=
"/getStationRateSubPage"
)
@PostMapping
(
value
=
"/getStationRateSubPage"
)
public
ResponseModel
<
IPage
<
TzBaseEnterpriseInfoDto
>>
getStationRateSubPage
(
@RequestBody
DPFilterParamForDetailDto
dpFilterParamForDetailDto
)
{
public
ResponseModel
<
IPage
<
TzBaseEnterpriseInfoDto
>>
getStationRateSubPage
(
@RequestBody
DPFilterParamForDetailDto
dpFilterParamForDetailDto
)
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
getStationRateSubPage
(
dpFilterParamForDetailDto
));
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
getStationRateSubPage
(
dpFilterParamForDetailDto
));
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/CylinderDPStatisticsServiceImpl.java
View file @
e73ac1ba
...
@@ -16,7 +16,6 @@ import com.yeejoin.amos.boot.module.statistics.api.dto.SubTreeDto;
...
@@ -16,7 +16,6 @@ import com.yeejoin.amos.boot.module.statistics.api.dto.SubTreeDto;
import
com.yeejoin.amos.boot.module.statistics.api.enums.AnomalyTypeEnum
;
import
com.yeejoin.amos.boot.module.statistics.api.enums.AnomalyTypeEnum
;
import
com.yeejoin.amos.boot.module.statistics.api.mapper.AQZSDPStatisticsMapper
;
import
com.yeejoin.amos.boot.module.statistics.api.mapper.AQZSDPStatisticsMapper
;
import
com.yeejoin.amos.boot.module.statistics.api.mapper.CylinderStatisticsMapper
;
import
com.yeejoin.amos.boot.module.statistics.api.mapper.CylinderStatisticsMapper
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.EquipmentCategoryDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.TzBaseEnterpriseInfoDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.ESCylinderFillingRecordDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.ESCylinderFillingRecordDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.TzBaseEnterpriseInfo
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.TzBaseEnterpriseInfo
;
...
@@ -468,13 +467,11 @@ public class CylinderDPStatisticsServiceImpl {
...
@@ -468,13 +467,11 @@ public class CylinderDPStatisticsServiceImpl {
return
result
;
return
result
;
}
}
public
List
<
EquipmentCategoryDto
>
securityIndexSubTree
()
{
public
SubTreeDto
securityIndexSubTree
()
{
List
<
EquipmentCategoryDto
>
equipmentCategory
=
new
ArrayList
<>();
SubTreeDto
subTreeDto
=
new
SubTreeDto
();
EquipmentCategoryDto
equipmentCategoryDto
=
new
EquipmentCategoryDto
();
subTreeDto
.
setTitle
(
CylinderTypeEnum
.
CYLINDER
.
getCode
());
equipmentCategoryDto
.
setCode
(
CylinderTypeEnum
.
CYLINDER
.
getCode
());
subTreeDto
.
setValue
(
"气"
+
CylinderTypeEnum
.
CYLINDER
.
getName
());
equipmentCategoryDto
.
setName
(
"气"
+
CylinderTypeEnum
.
CYLINDER
.
getName
());
return
subTreeDto
;
equipmentCategory
.
add
(
equipmentCategoryDto
);
return
equipmentCategory
;
}
}
public
Map
<
String
,
Object
>
securityIndexSubChart
(
DPFilterParamDto
dpFilterParamDto
)
{
public
Map
<
String
,
Object
>
securityIndexSubChart
(
DPFilterParamDto
dpFilterParamDto
)
{
...
@@ -524,7 +521,7 @@ public class CylinderDPStatisticsServiceImpl {
...
@@ -524,7 +521,7 @@ public class CylinderDPStatisticsServiceImpl {
startTime
=
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getBeginDate
();
startTime
=
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getBeginDate
();
endTime
=
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getBeginDate
();
endTime
=
dpFilterParamForDetailDto
.
getTimeSearchOne
().
getBeginDate
();
}
}
String
cylinderVarietyName
=
CylinderTypeEnum
.
of
(
dpFilterParamForDetailDto
.
get
CylinderVariety
());
String
cylinderVarietyName
=
CylinderTypeEnum
.
of
(
dpFilterParamForDetailDto
.
get
TreeValue
());
regionModels
.
forEach
(
r
->
{
regionModels
.
forEach
(
r
->
{
long
fillingQuantity
=
cylinderInfoMapper
.
queryFillingRecordByOrgCode
(
r
.
getRegionCode
().
toString
(),
startTime
,
endTime
).
stream
().
map
(
e
->
e
.
getFillingQuantity
()).
collect
(
Collectors
.
toList
()).
stream
().
count
();
long
fillingQuantity
=
cylinderInfoMapper
.
queryFillingRecordByOrgCode
(
r
.
getRegionCode
().
toString
(),
startTime
,
endTime
).
stream
().
map
(
e
->
e
.
getFillingQuantity
()).
collect
(
Collectors
.
toList
()).
stream
().
count
();
...
@@ -585,12 +582,21 @@ public class CylinderDPStatisticsServiceImpl {
...
@@ -585,12 +582,21 @@ public class CylinderDPStatisticsServiceImpl {
boolMust
.
must
(
query
);
boolMust
.
must
(
query
);
}
}
//匹配气瓶类型
(0:正常,1:异常)
//匹配气瓶类型
if
(
!
org
.
springframework
.
util
.
ObjectUtils
.
isEmpty
(
dpFilterParamForDetailDto
.
getCylinderVariety
()))
{
if
(
ObjectUtils
.
isEmpty
(
dpFilterParamForDetailDto
.
getTreeValue
())
&&
!
CylinderTypeEnum
.
CYLINDER
.
getCode
().
equals
(
dpFilterParamForDetailDto
.
getTreeValue
()))
{
flag
=
false
;
flag
=
false
;
BoolQueryBuilder
query
=
QueryBuilders
.
boolQuery
();
BoolQueryBuilder
query
=
QueryBuilders
.
boolQuery
();
String
cylinderVarietyName
=
CylinderTypeEnum
.
of
(
dpFilterParamForDetailDto
.
getCylinderVariety
());
// 是车用气瓶,进行in查询(特种气瓶包含以下三个)
if
(
CylinderTypeEnum
.
SPECIAL_CYLINDER
.
getCode
().
equals
(
dpFilterParamForDetailDto
.
getTreeValue
()))
{
Collection
<
String
>
collections
=
new
ArrayList
<>();
collections
.
add
(
"缠绕气瓶"
);
collections
.
add
(
"绝热气瓶"
);
collections
.
add
(
"内装填料气瓶"
);
query
.
must
(
QueryBuilders
.
termsQuery
(
"cylinderVarietyName"
,
collections
.
toArray
()));
}
else
{
String
cylinderVarietyName
=
CylinderTypeEnum
.
of
(
dpFilterParamForDetailDto
.
getTreeValue
());
query
.
must
(
QueryBuilders
.
wildcardQuery
(
"cylinderVarietyName"
,
"*"
+
cylinderVarietyName
+
"*"
));
query
.
must
(
QueryBuilders
.
wildcardQuery
(
"cylinderVarietyName"
,
"*"
+
cylinderVarietyName
+
"*"
));
}
boolMust
.
must
(
query
);
boolMust
.
must
(
query
);
}
}
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/company.json
View file @
e73ac1ba
...
@@ -75,6 +75,7 @@
...
@@ -75,6 +75,7 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{useUnit}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_1000.json
View file @
e73ac1ba
...
@@ -134,23 +134,25 @@
...
@@ -134,23 +134,25 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_2000.json
View file @
e73ac1ba
...
@@ -138,46 +138,49 @@
...
@@ -138,46 +138,49 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams_default"
:
[
"keyParams_default"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
],
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
"keyParams_2300_true"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
"keyParams_2300_true"
:
[
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
],
],
"keyParams_2300_false"
:
[
"keyParams_2300_false"
:
[
{
"key"
:
"EQU_TYPE"
,
"label"
:
"气瓶品种"
},
{
"key"
:
"PRODUCT_NAME"
,
"label"
:
"产品名称"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"NEXT_INSPECTION_DATE"
,
"label"
:
"下次检验日期"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"CAR_NUMBER"
,
"label"
:
"车牌号"
},
{
"key"
:
"CAR_NUMBER"
,
"label"
:
"车牌号"
},
{
"key"
:
"IDENTIFICATION_CODE"
,
"label"
:
"车辆VIN码"
},
{
"key"
:
"IDENTIFICATION_CODE"
,
"label"
:
"车辆VIN码"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"气瓶品种"
},
{
"key"
:
"PRODUCT_NAME"
,
"label"
:
"产品名称"
},
{
"key"
:
"GAS_NUM"
,
"label"
:
"气瓶数量"
},
{
"key"
:
"GAS_NUM"
,
"label"
:
"气瓶数量"
},
{
"key"
:
"FILLING_MEDIUM"
,
"label"
:
"充装介质"
},
{
"key"
:
"FILLING_MEDIUM"
,
"label"
:
"充装介质"
}
{
"key"
:
"NEXT_INSPECTION_DATE"
,
"label"
:
"下次检验日期"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_3000.json
View file @
e73ac1ba
...
@@ -134,25 +134,27 @@
...
@@ -134,25 +134,27 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"ME_UNIT_NAME"
,
"label"
:
"维保单位名称"
},
{
"key"
:
"ME_UNIT_NAME"
,
"label"
:
"维保单位名称"
},
{
"key"
:
"INFORM_END"
,
"label"
:
"维保备案有效期"
},
{
"key"
:
"INFORM_END"
,
"label"
:
"维保备案有效期"
},
{
"key"
:
"
NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期
"
}
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号
"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_4000.json
View file @
e73ac1ba
...
@@ -130,23 +130,25 @@
...
@@ -130,23 +130,25 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_5000.json
View file @
e73ac1ba
...
@@ -126,23 +126,25 @@
...
@@ -126,23 +126,25 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_6000.json
View file @
e73ac1ba
...
@@ -120,23 +120,25 @@
...
@@ -120,23 +120,25 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_8000.json
View file @
e73ac1ba
...
@@ -126,31 +126,34 @@
...
@@ -126,31 +126,34 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams_default"
:
[
"keyParams_default"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
],
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
"keyParams_8300"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
"keyParams_8300"
:
[
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/equip_9000.json
View file @
e73ac1ba
...
@@ -126,23 +126,25 @@
...
@@ -126,23 +126,25 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{PRODUCT_NAME}"
,
"status"
:
[],
"status"
:
[],
"qrcode"
:
{
"qrcode"
:
{
"title"
:
"监管码"
,
"title"
:
"监管码"
,
"problem"
:
[]
"problem"
:
[]
},
},
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_TYPE"
,
"label"
:
"设备种类"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_LIST"
,
"label"
:
"设备类别"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"EQU_CATEGORY"
,
"label"
:
"设备品种"
,
"source"
:
"param"
},
{
"key"
:
"
USE_INNER_CODE"
,
"label"
:
"单位内编号"
},
{
"key"
:
"
PRODUCT_NAME"
,
"label"
:
"设备名称"
,
"source"
:
"param"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"PRODUCE_UNIT_CREDIT_CODE"
,
"label"
:
"设备代码"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
}
{
"key"
:
"USE_UNIT_NAME"
,
"label"
:
"使用单位名称"
},
{
"key"
:
"ADDRESS"
,
"label"
:
"设备使用地点"
},
{
"key"
:
"USE_ORG_CODE"
,
"label"
:
"使用登记证编号"
},
{
"key"
:
"ORG_BRANCH_NAME"
,
"label"
:
"登记机关"
},
{
"key"
:
"REC_DATE"
,
"label"
:
"登记日期"
},
{
"key"
:
"NEXT_INSPECT_DATE"
,
"label"
:
"下一次检验日期"
},
{
"key"
:
"USE_INNER_CODE"
,
"label"
:
"单位内编号"
}
],
],
"infoRecords"
:
{
"infoRecords"
:
{
"title"
:
"监管记录"
,
"title"
:
"监管记录"
,
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/resources/json/problem.json
View file @
e73ac1ba
...
@@ -76,6 +76,7 @@
...
@@ -76,6 +76,7 @@
],
],
"content"
:
{
"content"
:
{
"keyinfo"
:
{
"keyinfo"
:
{
"title"
:
"{principalUnit}"
,
"keyParams"
:
[
"keyParams"
:
[
{
"key"
:
"sourceType"
,
"label"
:
"隐患主体类型"
},
{
"key"
:
"sourceType"
,
"label"
:
"隐患主体类型"
},
{
"key"
:
"problemType"
,
"label"
:
"隐患类型"
},
{
"key"
:
"problemType"
,
"label"
:
"隐患类型"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment