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
8ec77984
Commit
8ec77984
authored
Aug 15, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bug修改
parent
86754695
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
JgChangeRegistrationUnitMapper.xml
.../main/resources/mapper/JgChangeRegistrationUnitMapper.xml
+1
-1
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+0
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationUnitMapper.xml
View file @
8ec77984
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
GROUP BY unit_change_registration_id
GROUP BY unit_change_registration_id
)
)
select
select
DISTINCT i
ns
.sequence_nbr AS sequenceNbr,
DISTINCT i
sn
.sequence_nbr AS sequenceNbr,
isn.*,
isn.*,
ed.orgBranchCodes
ed.orgBranchCodes
FROM
FROM
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
8ec77984
...
@@ -411,7 +411,6 @@
...
@@ -411,7 +411,6 @@
project_contraption_id
project_contraption_id
FROM tzs_jg_use_registration
FROM tzs_jg_use_registration
WHERE is_delete = 0
WHERE is_delete = 0
AND supervision_org_code LIKE CONCAT(#{dto.supervisionOrgCode}, '%')
AND status
<![CDATA[<>]]>
'使用单位待提交'
AND status
<![CDATA[<>]]>
'使用单位待提交'
<!-- 公共主表过滤条件 -->
<!-- 公共主表过滤条件 -->
<if
test=
"dto.status != null and dto.status != ''"
>
<if
test=
"dto.status != null and dto.status != ''"
>
...
@@ -585,7 +584,6 @@
...
@@ -585,7 +584,6 @@
LEFT JOIN idx_biz_jg_register_info jri ON re.equ_id = jri."RECORD"
LEFT JOIN idx_biz_jg_register_info jri ON re.equ_id = jri."RECORD"
LEFT JOIN idx_biz_jg_other_info other ON re.equ_id = other."RECORD"
LEFT JOIN idx_biz_jg_other_info other ON re.equ_id = other."RECORD"
WHERE ur.is_delete = 0
WHERE ur.is_delete = 0
AND ur.supervision_org_code LIKE CONCAT(#{dto.supervisionOrgCode}, '%')
AND ur.status
<![CDATA[<>]]>
'使用单位待提交'
AND ur.status
<![CDATA[<>]]>
'使用单位待提交'
<!-- 统一设备过滤条件 -->
<!-- 统一设备过滤条件 -->
<if
test=
"dto.equList != null and dto.equList != ''"
>
<if
test=
"dto.equList != null and dto.equList != ''"
>
...
...
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