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
6dff9653
Commit
6dff9653
authored
Apr 02, 2026
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):更名变更更新使用表大小写敏感报错修改
parent
82eadf15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
IdxBizJgUseInfoMapper.xml
...t-api/src/main/resources/mapper/IdxBizJgUseInfoMapper.xml
+4
-7
No files found.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/resources/mapper/IdxBizJgUseInfoMapper.xml
View file @
6dff9653
...
@@ -452,13 +452,10 @@
...
@@ -452,13 +452,10 @@
</update>
</update>
<update
id=
"updateUseUnitNameByRecords"
>
<update
id=
"updateUseUnitNameByRecords"
>
UPDATE
UPDATE IDX_BIZ_JG_USE_INFO
idx_biz_jg_use_info
SET "USE_UNIT_NAME" = #{useUnitName}
SET
WHERE "USE_UNIT_CREDIT_CODE" = #{useUnitCreditCode}
USE_UNIT_NAME = #{useUnitName}
AND "RECORD" IN
WHERE
USE_UNIT_CREDIT_CODE = #{useUnitCreditCode}
and RECORD in
<foreach
item=
"item"
collection=
"records"
open=
"("
close=
")"
separator=
","
>
<foreach
item=
"item"
collection=
"records"
open=
"("
close=
")"
separator=
","
>
#{item}
#{item}
</foreach>
</foreach>
...
...
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