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
5192fbf7
Commit
5192fbf7
authored
Aug 28, 2024
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):【现场问题】历史设备登记时候,报使用登记证重复(历史一码通设备历史设备清除(待认领、草稿箱、拒领设备清除))
parent
86ca77c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
CommonMapper.xml
...-module-jg-api/src/main/resources/mapper/CommonMapper.xml
+5
-4
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/CommonMapper.xml
View file @
5192fbf7
...
@@ -875,11 +875,12 @@
...
@@ -875,11 +875,12 @@
<select
id=
"useRegistrationCertificateAccountUnique"
resultType=
"java.lang.Integer"
>
<select
id=
"useRegistrationCertificateAccountUnique"
resultType=
"java.lang.Integer"
>
SELECT COUNT( 1 )
SELECT COUNT( 1 )
FROM
FROM
idx_biz_jg_register_info jri
"amos_tzs_biz"."idx_biz_jg_register_info
"
LEFT JOIN idx_biz_jg_other_info joi ON joi."RECORD" = jri."RECORD
"
WHERE
WHERE
"USE_ORG_CODE" = #{useRegistrationCode}
jri."USE_ORG_CODE" = #{useRegistrationCode}
AND "RECORD" != #{equipId}
AND jri."RECORD" != #{equipId}
AND joi.CLAIM_STATUS = '已认领'
</select>
</select>
<select
id=
"queryOutOfMaintenanceRecord"
resultType=
"java.util.Map"
>
<select
id=
"queryOutOfMaintenanceRecord"
resultType=
"java.util.Map"
>
...
...
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