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
6c41e89c
Commit
6c41e89c
authored
Mar 18, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新96333码
parent
4736896e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CategoryOtherInfoMapper.java
...s/boot/module/tzs/api/mapper/CategoryOtherInfoMapper.java
+1
-1
CategoryOtherInfoMapper.xml
...api/src/main/resources/mapper/CategoryOtherInfoMapper.xml
+3
-2
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/mapper/CategoryOtherInfoMapper.java
View file @
6c41e89c
...
...
@@ -13,7 +13,7 @@ import org.apache.ibatis.annotations.Param;
*/
public
interface
CategoryOtherInfoMapper
extends
BaseMapper
<
CategoryOtherInfo
>
{
int
updateSupervisorCode
(
String
supervisorCode
,
String
code
,
String
record
);
int
updateSupervisorCode
(
String
supervisorCode
,
String
code
,
@Param
(
"record"
)
String
record
);
CategoryOtherInfo
selectSupervisorCode
(
@Param
(
"supervisorCode"
)
String
supervisorCode
);
...
...
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/CategoryOtherInfoMapper.xml
View file @
6c41e89c
...
...
@@ -18,7 +18,7 @@
UPDATE idx_biz_jg_other_info
SET
"RECOR
E
" = #{record}
"RECOR
D
" = #{record}
<if
test=
"supervisorCode != null and supervisorCode != ''"
>
, "SUPERVISORY_CODE" = #{supervisorCode}
</if>
...
...
@@ -26,7 +26,7 @@
, "CODE96333" = #{code}
</if>
WHERE
"RE
OCRD" = #{reoc
rd}
"RE
CORD" = #{reco
rd}
</update>
<select
id=
"selectElevatorCode"
resultType=
"com.yeejoin.amos.boot.module.tzs.api.entity.CategoryOtherInfo"
>
...
...
@@ -49,6 +49,7 @@
"EQU_CATEGORY" equipCategory,
ibjoi."CODE96333" code,
ibjoi."CLAIM_STATUS" status,
ibjoi."SUPERVISORY_CODE" supervisor,
ibjoi."RECORD"
FROM
idx_biz_jg_other_info ibjoi
...
...
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