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
135b1c2a
Commit
135b1c2a
authored
Jul 29, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复查询条件逻辑及字段注解错误
parent
d4857c17
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
ElevatorTechParamDefine.java
...s/boot/module/common/api/dto/ElevatorTechParamDefine.java
+2
-2
LiftingTechParamDefine.java
...os/boot/module/common/api/dto/LiftingTechParamDefine.java
+2
-2
RidesTechParamDefine.java
...amos/boot/module/common/api/dto/RidesTechParamDefine.java
+4
-4
ComprehensiveStatisticalAnalysisServiceImpl.java
...ice/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
+1
-1
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/ElevatorTechParamDefine.java
View file @
135b1c2a
...
@@ -33,8 +33,8 @@ public class ElevatorTechParamDefine implements ITechParamDefine {
...
@@ -33,8 +33,8 @@ public class ElevatorTechParamDefine implements ITechParamDefine {
private
BigDecimal
liftingHeight
;
private
BigDecimal
liftingHeight
;
@TechnicalParameter
(
key
=
"
deviceLevel
"
,
label
=
"层数"
,
equCategory
=
{
"3100"
,
"3200"
,
"3400"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"层"
)
@TechnicalParameter
(
key
=
"
storey
"
,
label
=
"层数"
,
equCategory
=
{
"3100"
,
"3200"
,
"3400"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"层"
)
private
BigDecimal
deviceLevel
;
private
BigDecimal
storey
;
@TechnicalParameter
(
key
=
"stand"
,
label
=
"站数"
,
equCategory
=
{
"3100"
,
"3200"
,
"3400"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"站"
)
@TechnicalParameter
(
key
=
"stand"
,
label
=
"站数"
,
equCategory
=
{
"3100"
,
"3200"
,
"3400"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"站"
)
...
...
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/LiftingTechParamDefine.java
View file @
135b1c2a
...
@@ -127,8 +127,8 @@ public class LiftingTechParamDefine implements ITechParamDefine {
...
@@ -127,8 +127,8 @@ public class LiftingTechParamDefine implements ITechParamDefine {
// private String explosionproofSignComplete;
// private String explosionproofSignComplete;
@TechnicalParameter
(
key
=
"
ratedSpeedUp
"
,
label
=
"监检结束高度"
,
equCategory
=
{
"4300"
,
"4800"
},
ignoreCategoryConf
=
{
"4800"
},
equDefine
=
{
"4310"
,
"4320"
,
"4860"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"
checkFinishedHeight
"
,
label
=
"监检结束高度"
,
equCategory
=
{
"4300"
,
"4800"
},
ignoreCategoryConf
=
{
"4800"
},
equDefine
=
{
"4310"
,
"4320"
,
"4860"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
private
BigDecimal
ratedSpeedUp
;
private
BigDecimal
checkFinishedHeight
;
@TechnicalParameter
(
key
=
"parkingVehicleHeight"
,
label
=
"适停车辆尺寸高"
,
equCategory
=
{
"4D00"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"parkingVehicleHeight"
,
label
=
"适停车辆尺寸高"
,
equCategory
=
{
"4D00"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
...
...
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/RidesTechParamDefine.java
View file @
135b1c2a
...
@@ -29,16 +29,16 @@ public class RidesTechParamDefine implements ITechParamDefine {
...
@@ -29,16 +29,16 @@ public class RidesTechParamDefine implements ITechParamDefine {
private
BigDecimal
numberOfPassengers
;
private
BigDecimal
numberOfPassengers
;
@TechnicalParameter
(
key
=
"slideLength"
,
label
=
"滑索(道)
长度"
,
equCategory
=
{
"6B00"
,
"6E00"
},
equDefine
=
{
"6E2
0"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"slideLength"
,
label
=
"滑索(道)
/蹦极绳长度"
,
equCategory
=
{
"6B00"
,
"6E00"
},
equDefine
=
{
"6E20"
,
"6E1
0"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
private
BigDecimal
slideLength
;
private
BigDecimal
slideLength
;
@TechnicalParameter
(
key
=
"operatingHeight"
,
label
=
"运行高度"
,
equCategory
=
{
"6500"
,
"6E00"
,
"6D00"
,
"6D00"
},
equDefine
=
{
"6D10"
,
"6D20"
,
"6E10"
,
"6E40"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"operatingHeight"
,
label
=
"运行高度"
,
equCategory
=
{
"6500"
,
"6E00"
,
"6D00"
,
"6D00"
},
equDefine
=
{
"6D10"
,
"6D20"
,
"6E10"
,
"6E40"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
private
BigDecimal
operatingHeight
;
private
BigDecimal
operatingHeight
;
//字段值与滑索(道)长度重复,业务显隐使用
@TechnicalParameter
(
key
=
"slideHeight"
,
label
=
"蹦极绳长度"
,
equCategory
=
{
"6E00"
},
equDefine
=
{
"6E10"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
//
@TechnicalParameter(key = "slideHeight", label = "蹦极绳长度", equCategory = {"6E00"}, equDefine = {"6E10"}, type = TechnicalParameter.ParamType.BIG_DECIMAL, unit = "m")
private
BigDecimal
slideHeight
;
//
private BigDecimal slideHeight;
@TechnicalParameter
(
key
=
"rotaryDiameter"
,
label
=
"回转直径"
,
equCategory
=
{
"6100"
,
"6700"
,
"6500"
,
"6600"
,
"6400"
,
"6E00"
},
equDefine
=
{
"6E30"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
@TechnicalParameter
(
key
=
"rotaryDiameter"
,
label
=
"回转直径"
,
equCategory
=
{
"6100"
,
"6700"
,
"6500"
,
"6600"
,
"6400"
,
"6E00"
},
equDefine
=
{
"6E30"
},
type
=
TechnicalParameter
.
ParamType
.
BIG_DECIMAL
,
unit
=
"m"
)
...
...
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/ComprehensiveStatisticalAnalysisServiceImpl.java
View file @
135b1c2a
...
@@ -1456,7 +1456,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
...
@@ -1456,7 +1456,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
case
"gt"
:
case
"gt"
:
NestedQueryBuilder
gtQuery
=
QueryBuilders
.
nestedQuery
(
NestedQueryBuilder
gtQuery
=
QueryBuilders
.
nestedQuery
(
path
,
path
,
QueryBuilders
.
boolQuery
().
must
(
termsQueryBuilder
).
filter
(
QueryBuilders
.
rangeQuery
(
path
+
tail
).
gt
(
value
.
toString
())),
QueryBuilders
.
boolQuery
().
must
(
termsQueryBuilder
).
must
(
QueryBuilders
.
rangeQuery
(
path
+
tail
).
gt
(
value
.
toString
())),
ScoreMode
.
None
ScoreMode
.
None
);
);
if
(
isCustom
)
{
if
(
isCustom
)
{
...
...
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