Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-core
Overview
Overview
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
isc-v3.1-tmp
isc-core
Commits
338abdd9
Commit
338abdd9
authored
Oct 10, 2024
by
niewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smhmapper.xml修改字段类型
parent
413c10a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
smhmapper.xml
isc-common-core/src/main/resources/mapper/smhmapper.xml
+19
-2
No files found.
isc-common-core/src/main/resources/mapper/smhmapper.xml
View file @
338abdd9
...
@@ -46,6 +46,9 @@
...
@@ -46,6 +46,9 @@
<result
property=
"orimsgtyp"
column=
"orimsgtyp"
jdbcType=
"VARCHAR"
/>
<result
property=
"orimsgtyp"
column=
"orimsgtyp"
jdbcType=
"VARCHAR"
/>
<result
property=
"mpiinr"
column=
"mpiinr"
jdbcType=
"VARCHAR"
/>
<result
property=
"mpiinr"
column=
"mpiinr"
jdbcType=
"VARCHAR"
/>
<result
property=
"xxxcnt"
column=
"xxxcnt"
jdbcType=
"INTEGER"
/>
<result
property=
"xxxcnt"
column=
"xxxcnt"
jdbcType=
"INTEGER"
/>
<result
property=
"docmd5"
column=
"docmd5"
jdbcType=
"VARCHAR"
/>
<result
property=
"doclen"
column=
"doclen"
jdbcType=
"NUMERIC"
/>
</resultMap>
</resultMap>
...
@@ -61,7 +64,7 @@
...
@@ -61,7 +64,7 @@
<!-- </resultMap>-->
<!-- </resultMap>-->
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
inr,objtyp,objinr,trntyp,trninr,trnsub,extkey,nam,creusr,crefrm,credattim,dir,docpth,docfil,docfxt,docmac,msgpos,msglen,grpinr,grpseq,cortyp,cortypsub,apf,sndkey,apfcnt,ptainr,oriflg,orismhinr,partflg,msgtyp,relcur,relamt,stp,etyextkey,sysno,staflg,clndat,f20,chlflg,orimsgtyp,mpiinr,xxxcnt
inr,objtyp,objinr,trntyp,trninr,trnsub,extkey,nam,creusr,crefrm,credattim,dir,docpth,docfil,docfxt,docmac,msgpos,msglen,grpinr,grpseq,cortyp,cortypsub,apf,sndkey,apfcnt,ptainr,oriflg,orismhinr,partflg,msgtyp,relcur,relamt,stp,etyextkey,sysno,staflg,clndat,f20,chlflg,orimsgtyp,mpiinr,xxxcnt
,docmd5,doclen
</sql>
</sql>
<select
id=
"selectByPrimaryKey"
resultMap=
"BaseResultMap"
>
<select
id=
"selectByPrimaryKey"
resultMap=
"BaseResultMap"
>
...
@@ -122,6 +125,8 @@
...
@@ -122,6 +125,8 @@
#{orimsgtyp,jdbcType=VARCHAR},
#{orimsgtyp,jdbcType=VARCHAR},
#{mpiinr,jdbcType=VARCHAR},
#{mpiinr,jdbcType=VARCHAR},
#{xxxcnt,jdbcType=INTEGER},
#{xxxcnt,jdbcType=INTEGER},
#{docmd5,jdbcType=VARCHAR},
#{doclen,jdbcType=NUMERIC},
</trim>
</trim>
</insert>
</insert>
...
@@ -170,6 +175,8 @@
...
@@ -170,6 +175,8 @@
<if
test=
"orimsgtyp != null"
>
orimsgtyp,
</if>
<if
test=
"orimsgtyp != null"
>
orimsgtyp,
</if>
<if
test=
"mpiinr != null"
>
mpiinr,
</if>
<if
test=
"mpiinr != null"
>
mpiinr,
</if>
<if
test=
"xxxcnt != null"
>
xxxcnt,
</if>
<if
test=
"xxxcnt != null"
>
xxxcnt,
</if>
<if
test=
"docmd5 != null"
>
docmd5,
</if>
<if
test=
"doclen != null"
>
doclen,
</if>
</trim>
</trim>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<trim
prefix=
"values ("
suffix=
")"
suffixOverrides=
","
>
<if
test=
"inr != null"
>
#{inr,jdbcType=VARCHAR},
</if>
<if
test=
"inr != null"
>
#{inr,jdbcType=VARCHAR},
</if>
...
@@ -214,6 +221,8 @@
...
@@ -214,6 +221,8 @@
<if
test=
"orimsgtyp != null"
>
#{orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"orimsgtyp != null"
>
#{orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"mpiinr != null"
>
#{mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"mpiinr != null"
>
#{mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"xxxcnt != null"
>
#{xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"xxxcnt != null"
>
#{xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"docmd5 != null"
>
#{docmd5,jdbcType=VARCHAR},
</if>
<if
test=
"doclen != null"
>
#{doclen,jdbcType=NUMERIC},
</if>
</trim>
</trim>
</insert>
</insert>
...
@@ -261,6 +270,8 @@
...
@@ -261,6 +270,8 @@
<if
test=
"orimsgtyp != null"
>
orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"orimsgtyp != null"
>
orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"mpiinr != null"
>
mpiinr = #{mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"mpiinr != null"
>
mpiinr = #{mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"xxxcnt != null"
>
xxxcnt = #{xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"xxxcnt != null"
>
xxxcnt = #{xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"docmd5 != null"
>
docmd5 = #{docmd5,jdbcType=VARCHAR},
</if>
<if
test=
"doclen != null"
>
doclen = #{doclen,jdbcType=NUMERIC},
</if>
</set>
</set>
where inr = #{inr,jdbcType=VARCHAR}
where inr = #{inr,jdbcType=VARCHAR}
</update>
</update>
...
@@ -308,7 +319,9 @@
...
@@ -308,7 +319,9 @@
chlflg = #{chlflg,jdbcType=VARCHAR},
chlflg = #{chlflg,jdbcType=VARCHAR},
orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR},
orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR},
mpiinr = #{mpiinr,jdbcType=VARCHAR},
mpiinr = #{mpiinr,jdbcType=VARCHAR},
xxxcnt = #{xxxcnt,javaType=INTEGER},
xxxcnt = #{xxxcnt,jdbcType=INTEGER},
docmd5 = #{docmd5,jdbcType=VARCHAR},
doclen = #{doclen,jdbcType=NUMERIC},
</set>
</set>
where inr = #{inr,jdbcType=VARCHAR}
where inr = #{inr,jdbcType=VARCHAR}
</update>
</update>
...
@@ -364,6 +377,8 @@
...
@@ -364,6 +377,8 @@
<if
test=
"module.orimsgtyp != null"
>
orimsgtyp = #{module.orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"module.orimsgtyp != null"
>
orimsgtyp = #{module.orimsgtyp,jdbcType=VARCHAR},
</if>
<if
test=
"module.mpiinr != null"
>
mpiinr = #{module.mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"module.mpiinr != null"
>
mpiinr = #{module.mpiinr,jdbcType=VARCHAR},
</if>
<if
test=
"module.xxxcnt != null"
>
xxxcnt = #{module.xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"module.xxxcnt != null"
>
xxxcnt = #{module.xxxcnt,jdbcType=INTEGER},
</if>
<if
test=
"module.docmd5 != null"
>
docmd5 = #{module.docmd5,jdbcType=VARCHAR},
</if>
<if
test=
"module.doclen != null"
>
doclen = #{module.doclen,jdbcType=NUMERIC},
</if>
</set>
</set>
${conditions}
${conditions}
</update>
</update>
...
@@ -449,6 +464,8 @@
...
@@ -449,6 +464,8 @@
<if
test=
"orimsgtyp != null"
>
and orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR}
</if>
<if
test=
"orimsgtyp != null"
>
and orimsgtyp = #{orimsgtyp,jdbcType=VARCHAR}
</if>
<if
test=
"mpiinr != null"
>
and mpiinr = #{mpiinr,jdbcType=VARCHAR}
</if>
<if
test=
"mpiinr != null"
>
and mpiinr = #{mpiinr,jdbcType=VARCHAR}
</if>
<if
test=
"xxxcnt != null"
>
and xxxcnt = #{xxxcnt,jdbcType=INTEGER}
</if>
<if
test=
"xxxcnt != null"
>
and xxxcnt = #{xxxcnt,jdbcType=INTEGER}
</if>
<if
test=
"docmd5 != null"
>
and docmd5 = #{docmd5,jdbcType=VARCHAR}
</if>
<if
test=
"doclen != null"
>
and doclen = #{doclen,jdbcType=NUMERIC}
</if>
</select>
</select>
<select
id=
"selectRelationSmh"
resultMap=
"BaseResultMap"
>
<select
id=
"selectRelationSmh"
resultMap=
"BaseResultMap"
>
...
...
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