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
939ea701
Commit
939ea701
authored
Sep 29, 2024
by
gechengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交smh模型,新增docmd5,doclen,xxxcnt,mpiinr
parent
b0a31abb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
Smh.java
isc-common-core/src/main/java/com/brilliance/isc/bo/Smh.java
+7
-0
SmhMapper.java
...e/src/main/java/com/brilliance/isc/mda/dao/SmhMapper.java
+3
-0
smhmapper.xml
isc-common-core/src/main/resources/mapper/smhmapper.xml
+6
-0
No files found.
isc-common-core/src/main/java/com/brilliance/isc/bo/Smh.java
View file @
939ea701
...
@@ -144,5 +144,12 @@ public class Smh implements Serializable {
...
@@ -144,5 +144,12 @@ public class Smh implements Serializable {
//原ISO报文类型
//原ISO报文类型
private
String
orimsgtyp
=
NULLSTR
;
private
String
orimsgtyp
=
NULLSTR
;
private
String
mpiinr
=
NULLSTR
;
private
String
docmd5
=
NULLSTR
;
private
long
doclen
;
private
int
xxxcnt
;
}
}
isc-common-core/src/main/java/com/brilliance/isc/mda/dao/SmhMapper.java
View file @
939ea701
...
@@ -170,4 +170,6 @@ public interface SmhMapper {
...
@@ -170,4 +170,6 @@ public interface SmhMapper {
Smh
getSmhByApfcnt
(
@Param
(
"apfcnt"
)
String
apfcnt
);
Smh
getSmhByApfcnt
(
@Param
(
"apfcnt"
)
String
apfcnt
);
Smh
selectByMpiinr
(
@Param
(
"mpiinr"
)
String
mpiinr
);
}
}
\ No newline at end of file
isc-common-core/src/main/resources/mapper/smhmapper.xml
View file @
939ea701
...
@@ -815,6 +815,12 @@
...
@@ -815,6 +815,12 @@
apfcnt =#{apfcnt,jdbcType=VARCHAR}
apfcnt =#{apfcnt,jdbcType=VARCHAR}
limit 1
limit 1
</select>
</select>
<select
id=
"selectByMpiinr"
resultType=
"com.brilliance.isc.core.bo.Smh"
>
select
<include
refid=
"Base_Column_List"
/>
from smh
where mpiinr = #{mpiinr}
</select>
</mapper>
</mapper>
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