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
01c62f91
Commit
01c62f91
authored
Oct 31, 2025
by
R10
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取单据结果修改
parent
13d2f877
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
AirportConsumerServiceImpl.java
.../poc/message/service/impl/AirportConsumerServiceImpl.java
+2
-1
No files found.
src/main/java/cn/com/poc/message/service/impl/AirportConsumerServiceImpl.java
View file @
01c62f91
...
@@ -155,13 +155,14 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
...
@@ -155,13 +155,14 @@ public class AirportConsumerServiceImpl implements AirportConsumerService {
@Override
@Override
@Consumer
(
topic
=
AirportTopic
.
AIRPORT_PDF_PAPER_TOPIC
)
@Consumer
(
topic
=
AirportTopic
.
AIRPORT_PDF_PAPER_TOPIC
)
public
void
pdfPaper
(
AirportPDFPaperMessage
message
)
throws
Exception
{
public
void
pdfPaper
(
AirportPDFPaperMessage
message
)
throws
Exception
{
BizAiDataAuditTaskEntity
bizAiDataAuditTaskEntity
;
try
{
try
{
List
<
AuditResultDto
>
results
=
new
CopyOnWriteArrayList
<>();
List
<
AuditResultDto
>
results
=
new
CopyOnWriteArrayList
<>();
Long
taskId
=
message
.
getTaskId
();
Long
taskId
=
message
.
getTaskId
();
//根据任务id查找任务
//根据任务id查找任务
BizAiDataAuditTaskEntity
bizAiDataAuditTaskEntity
=
bizAiDataAuditTaskService
.
getWithToken
(
taskId
);
bizAiDataAuditTaskEntity
=
bizAiDataAuditTaskService
.
getWithToken
(
taskId
);
if
(
bizAiDataAuditTaskEntity
==
null
)
{
if
(
bizAiDataAuditTaskEntity
==
null
)
{
throw
new
BusinessException
(
"任务不存在"
);
throw
new
BusinessException
(
"任务不存在"
);
...
...
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