Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
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
1
Merge Requests
1
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
poc
poc-api
Commits
13d2f877
Commit
13d2f877
authored
Oct 31, 2025
by
R10
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release_gdghg' of
ssh://gitlab.gsstcloud.com:10022/poc/poc-api
into release_gdghg
parents
2a96c4ef
63ef41ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
AirportConsumerServiceImpl.java
.../poc/message/service/impl/AirportConsumerServiceImpl.java
+5
-3
No files found.
src/main/java/cn/com/poc/message/service/impl/AirportConsumerServiceImpl.java
View file @
13d2f877
...
@@ -207,7 +207,9 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
...
@@ -207,7 +207,9 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
bizAiDataAuditTaskEntity
.
setStatus
(
"end"
);
bizAiDataAuditTaskEntity
.
setStatus
(
"end"
);
bizAiDataAuditTaskService
.
update
(
bizAiDataAuditTaskEntity
);
bizAiDataAuditTaskService
.
update
(
bizAiDataAuditTaskEntity
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
throw
new
BusinessException
(
e
.
getMessage
());
redisService
.
set
(
"ERROR_MSG_AI_DATA_AUDIT_TASK:"
+
message
.
getTaskId
(),
e
.
getMessage
(),
60
*
60
*
24
*
7
);
bizAiDataAuditTaskEntity
.
setStatus
(
"fail"
);
bizAiDataAuditTaskService
.
update
(
bizAiDataAuditTaskEntity
);
}
}
}
}
...
@@ -465,7 +467,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
...
@@ -465,7 +467,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
String
templateName
=
DataAuditEnum
.
getTemplateNameByCode
(
secondFile
);
String
templateName
=
DataAuditEnum
.
getTemplateNameByCode
(
secondFile
);
auditResultDto
.
setRiskAnalysis
(
templateName
+
" file has not been submitted."
);
auditResultDto
.
setRiskAnalysis
(
templateName
+
" file has not been submitted."
);
auditResultDto
.
setRiskDescription
(
ruleDesc
);
auditResultDto
.
setRiskDescription
(
ruleDesc
);
auditResultDto
.
setModificationSuggestions
(
"Please submit
t
"
+
templateName
+
" file"
);
auditResultDto
.
setModificationSuggestions
(
"Please submit "
+
templateName
+
" file"
);
results
.
add
(
auditResultDto
);
results
.
add
(
auditResultDto
);
}
}
}
else
{
}
else
{
...
@@ -474,7 +476,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
...
@@ -474,7 +476,7 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
auditResultDto
.
setRiskTitle
(
aiDataAuditRuleQueryItem
.
getTitle
());
auditResultDto
.
setRiskTitle
(
aiDataAuditRuleQueryItem
.
getTitle
());
auditResultDto
.
setRiskAnalysis
(
"Work Permit Application Details or Work Permit Extension Details has not been submitted"
);
auditResultDto
.
setRiskAnalysis
(
"Work Permit Application Details or Work Permit Extension Details has not been submitted"
);
auditResultDto
.
setRiskDescription
(
"file has not been submitted"
);
auditResultDto
.
setRiskDescription
(
"file has not been submitted"
);
auditResultDto
.
setModificationSuggestions
(
"Please submit
t
Work Permit Application Details or Work Permit Extension Details file"
);
auditResultDto
.
setModificationSuggestions
(
"Please submit Work Permit Application Details or Work Permit Extension Details file"
);
results
.
add
(
auditResultDto
);
results
.
add
(
auditResultDto
);
}
}
countDownLatch
.
countDown
();
countDownLatch
.
countDown
();
...
...
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