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
8afa41fa
Commit
8afa41fa
authored
Sep 29, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ref 关键字
parent
c7d40774
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
ptsmapper.xml
isc-common-core/src/main/resources/mapper/ptsmapper.xml
+3
-6
No files found.
isc-common-core/src/main/resources/mapper/ptsmapper.xml
View file @
8afa41fa
...
...
@@ -38,7 +38,7 @@
</resultMap>
<sql
id=
"Base_Column_List"
>
inr,objtyp,objinr,rol,ptainr,ptyinr,extkey,adrblk,
ref
,nam,ownref,dftcur,dftdsp,dftact,dftfeecur,
inr,objtyp,objinr,rol,ptainr,ptyinr,extkey,adrblk,
"REF"
,nam,ownref,dftcur,dftdsp,dftact,dftfeecur,
dftactptainr,dftsetrol,glggrpflg,extact,ver,ptcnam,ptcoe,issbaninf,bankno,jigomc,dizhii,youzbm,
dihdig,cnnam,cnadr,ennam,enadr
</sql>
...
...
@@ -307,11 +307,8 @@
</select>
<select
id=
"getPtsByObjInrTyp"
resultMap=
"BaseResultMap"
>
select
INR ,OBJTYP,OBJINR,ROL,PTAINR,PTYINR,EXTKEY,ADRBLK,"REF",NAM,OWNREF,DFTCUR,DFTDSP,
DFTACT,DFTFEECUR,DFTACTPTAINR,GLGGRPFLG,EXTACT,VER,ISSBANINF,BANKNO,JIGOMC,DIZHII,
YOUZBM,DIHDIG,DFTSETROL,PTCNAM,PTCOE,CNNAM,CNADR,ENNAM,ENADR
from pts
select
<include
refid=
"Base_Column_List"
/>
from pts
where objinr = #{objinr,jdbcType=VARCHAR}
and objtyp = #{objtyp,jdbcType=VARCHAR}
</select>
...
...
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