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
b99069a8
Commit
b99069a8
authored
Sep 30, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):处理车用气瓶和安装告知错误数据
parent
54d3a326
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
JgInstallationNoticeServiceImpl.java
.../jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
+1
-1
JGStatisticsMapper.xml
...tics-api/src/main/resources/mapper/JGStatisticsMapper.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
View file @
b99069a8
...
@@ -2337,7 +2337,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
...
@@ -2337,7 +2337,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
JgInstallationNotice
jgInstallationNotice
=
jgInstallationNoticeMapper
.
selectOne
(
new
LambdaQueryWrapper
<
JgInstallationNotice
>()
JgInstallationNotice
jgInstallationNotice
=
jgInstallationNoticeMapper
.
selectOne
(
new
LambdaQueryWrapper
<
JgInstallationNotice
>()
.
in
(
JgInstallationNotice:
:
getApplyNo
,
applyNo
)
.
in
(
JgInstallationNotice:
:
getApplyNo
,
applyNo
)
.
eq
(
JgInstallationNotice:
:
getIsDelete
,
0
)
.
eq
(
JgInstallationNotice:
:
getIsDelete
,
0
)
.
ne
(
JgInstallationNotice:
:
get
Status
,
"已作废
"
));
.
ne
(
JgInstallationNotice:
:
get
NoticeStatus
,
"6617
"
));
WorkflowResultDto
workflowResultDto
=
new
WorkflowResultDto
();
WorkflowResultDto
workflowResultDto
=
new
WorkflowResultDto
();
workflowResultDto
.
setNextExecutorRoleIds
(
jgInstallationNotice
.
getNextExecuteIds
());
workflowResultDto
.
setNextExecutorRoleIds
(
jgInstallationNotice
.
getNextExecuteIds
());
workflowResultDto
.
setNextTaskCode
(
"已完成"
);
workflowResultDto
.
setNextTaskCode
(
"已完成"
);
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/JGStatisticsMapper.xml
View file @
b99069a8
...
@@ -370,7 +370,7 @@
...
@@ -370,7 +370,7 @@
SELECT COUNT
SELECT COUNT
( 1 )
( 1 )
FROM
FROM
tzs_jg_vehicle_information T
,
tzs_jg_vehicle_information T
WHERE
WHERE
T.status = '已完成'
T.status = '已完成'
AND T.is_delete = 0
AND T.is_delete = 0
...
...
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