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
a4085c97
Commit
a4085c97
authored
Sep 10, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refeat(jyjc): 报检规则4.0开发
1.报检规则联调自测,定期RBI自测bug
parent
e373168d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
7 deletions
+15
-7
CategoryEnum.java
...yeejoin/amos/boot/module/jyjc/api/enums/CategoryEnum.java
+1
-1
InspectionRuleEnableConfig.java
...ot/module/jyjc/biz/config/InspectionRuleEnableConfig.java
+6
-0
application-dev.properties
...le-jyjc-biz/src/main/resources/application-dev.properties
+8
-6
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/CategoryEnum.java
View file @
a4085c97
...
...
@@ -14,7 +14,7 @@ import java.util.Set;
@AllArgsConstructor
public
enum
CategoryEnum
{
DETECTION
(
"detection"
,
JYJCTypeEnum
.
DTJC
),
FIRST_INSPECTION
(
"firstinspect"
,
JYJCTypeEnum
.
DQJY
,
JYJCTypeEnum
.
SCJY
),
FIRST_INSPECTION
(
"firstinspect"
,
JYJCTypeEnum
.
DQJY
,
JYJCTypeEnum
.
SCJY
,
JYJCTypeEnum
.
DQRBI
),
ENTRUST
(
"entrust"
,
JYJCTypeEnum
.
WTJY
),
SUPERVISE
(
"supervise"
,
JYJCTypeEnum
.
WXJDJY
,
JYJCTypeEnum
.
GZJDJY
,
JYJCTypeEnum
.
AZJDJY
);
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/config/InspectionRuleEnableConfig.java
View file @
a4085c97
...
...
@@ -50,6 +50,12 @@ public class InspectionRuleEnableConfig {
*/
private
Boolean
WTJY
;
/**
* 定期RBI是否启用规则:true-启用,false-不启用
*/
private
Boolean
DQRBI
;
public
Object
getValueByFieldName
(
String
fieldName
){
Field
field
=
null
;
try
{
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/application-dev.properties
View file @
a4085c97
...
...
@@ -65,13 +65,15 @@ spring.kafka.security.protocol=SASL_PLAINTEXT
spring.kafka.properties.sasl.mechanism
=
PLAIN
#定期检验是否启用规则:true-启用,false-不启用,默认不配置时不启动规则
inspection.rule.enabled.DQJY
=
fals
e
inspection.rule.enabled.DQJY
=
tru
e
#安装监督检验是否启用规则:true-启用,false-不启用
inspection.rule.enabled.AZJDJY
=
fals
e
inspection.rule.enabled.AZJDJY
=
tru
e
#改造监督检验是否启用规则:true-启用,false-不启用
inspection.rule.enabled.GZJDJY
=
fals
e
inspection.rule.enabled.GZJDJY
=
tru
e
#维修监督检验是否启用规则:true-启用,false-不启用
inspection.rule.enabled.WXJDJY
=
fals
e
inspection.rule.enabled.WXJDJY
=
tru
e
#电梯检测是否启用规则:true-启用,false-不启用
inspection.rule.enabled.DTJC
=
false
inspection.rule.enabled.WTJY
=
false
inspection.rule.enabled.DTJC
=
true
inspection.rule.enabled.WTJY
=
true
inspection.rule.enabled.SCJY
=
true
inspection.rule.enabled.DQRBI
=
true
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