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
85a60e5b
Commit
85a60e5b
authored
Oct 31, 2025
by
alex yao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release_gdghg' into release_gdghg
parents
cf65de8b
fd99173a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
AirportConsumerServiceImpl.java
.../poc/message/service/impl/AirportConsumerServiceImpl.java
+9
-8
No files found.
src/main/java/cn/com/poc/message/service/impl/AirportConsumerServiceImpl.java
View file @
85a60e5b
...
@@ -472,15 +472,16 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
...
@@ -472,15 +472,16 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
auditResultDto
.
setModificationSuggestions
(
"Please submit "
+
templateName
+
" file"
);
auditResultDto
.
setModificationSuggestions
(
"Please submit "
+
templateName
+
" file"
);
results
.
add
(
auditResultDto
);
results
.
add
(
auditResultDto
);
}
}
}
else
{
AuditResultDto
auditResultDto
=
new
AuditResultDto
();
auditResultDto
.
setRiskLevel
(
aiDataAuditRuleQueryItem
.
getRiskLevel
());
auditResultDto
.
setRiskTitle
(
aiDataAuditRuleQueryItem
.
getTitle
());
auditResultDto
.
setRiskAnalysis
(
"Work Permit Application Details or Work Permit Extension Details has not been submitted"
);
auditResultDto
.
setRiskDescription
(
"file has not been submitted"
);
auditResultDto
.
setModificationSuggestions
(
"Please submit Work Permit Application Details or Work Permit Extension Details file"
);
results
.
add
(
auditResultDto
);
}
}
// else {
// AuditResultDto auditResultDto = new AuditResultDto();
// auditResultDto.setRiskLevel(aiDataAuditRuleQueryItem.getRiskLevel());
// auditResultDto.setRiskTitle(aiDataAuditRuleQueryItem.getTitle());
// auditResultDto.setRiskAnalysis("Work Permit Application Details or Work Permit Extension Details has not been submitted");
// auditResultDto.setRiskDescription("file has not been submitted");
// auditResultDto.setModificationSuggestions("Please submit Work Permit Application Details or Work Permit Extension Details file");
// results.add(auditResultDto);
// }
countDownLatch
.
countDown
();
countDownLatch
.
countDown
();
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
throw
new
RuntimeException
(
e
);
throw
new
RuntimeException
(
e
);
...
...
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