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
de62c687
Commit
de62c687
authored
Oct 11, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
de9c0c99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+2
-2
JyjcOpeningApplicationMapper.xml
...rc/main/resources/mapper/JyjcOpeningApplicationMapper.xml
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
de62c687
...
@@ -1603,7 +1603,7 @@
...
@@ -1603,7 +1603,7 @@
A.audit_status LIKE'%已完成%'
A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.apply_type = 'SB_TY'
AND A.apply_type = 'SB_TY'
AND A.audit
PassD
ate > CURDATE ( ) - 30
AND A.audit
_pass_d
ate > CURDATE ( ) - 30
)
)
)
)
GROUP BY
GROUP BY
...
@@ -1632,7 +1632,7 @@
...
@@ -1632,7 +1632,7 @@
A.audit_status LIKE'%已完成%'
A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.cancel_type = #{cancelType}
AND A.cancel_type = #{cancelType}
AND A.audit
PassD
ate > CURDATE ( ) - 30
AND A.audit
_pass_d
ate > CURDATE ( ) - 30
)
)
)
)
GROUP BY
GROUP BY
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcOpeningApplicationMapper.xml
View file @
de62c687
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
FROM
FROM
"tz_jyjc_opening_application"
"tz_jyjc_opening_application"
where
where
status = '
6616
') a,
status = '
已完成
') a,
tz_base_enterprise_info b,
tz_base_enterprise_info b,
(select cert_no, min(expiry_date) as expiry_date, unit_code, cert_type_code from tz_base_unit_licence GROUP BY cert_no,unit_code,cert_type_code) l
(select cert_no, min(expiry_date) as expiry_date, unit_code, cert_type_code from tz_base_unit_licence GROUP BY cert_no,unit_code,cert_type_code) l
where
where
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
tz_base_enterprise_info ei
tz_base_enterprise_info ei
where
where
oa.unit_code = ei.use_unit_code
oa.unit_code = ei.use_unit_code
and oa.status =
6616
and oa.status =
'已完成'
</select>
</select>
<select
id=
"queryJyjcOpeningApplicationListByIds"
<select
id=
"queryJyjcOpeningApplicationListByIds"
resultType=
"com.yeejoin.amos.boot.module.jyjc.api.vo.JyjcOpeningApplicationVo"
>
resultType=
"com.yeejoin.amos.boot.module.jyjc.api.vo.JyjcOpeningApplicationVo"
>
...
...
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