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
52e5bcf2
Commit
52e5bcf2
authored
Sep 28, 2024
by
niewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapper修改
parent
c679fe39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
diamapper.xml
isc-common-core/src/main/resources/mapper/diamapper.xml
+1
-1
ptymapper.xml
isc-common-core/src/main/resources/mapper/ptymapper.xml
+3
-3
No files found.
isc-common-core/src/main/resources/mapper/diamapper.xml
View file @
52e5bcf2
...
@@ -491,7 +491,7 @@
...
@@ -491,7 +491,7 @@
select
select
d.INR, d.OWNUSG, d.OWNUSR, d.OBJTYP, d.OBJINR, d.OBJREF, d.DAT, d.COD, d.NAM, d.FRM, d.INFDSP, d.INFTXT, d.USR, d.CRETYP,
d.INR, d.OWNUSG, d.OWNUSR, d.OBJTYP, d.OBJINR, d.OBJREF, d.DAT, d.COD, d.NAM, d.FRM, d.INFDSP, d.INFTXT, d.USR, d.CRETYP,
d.CREINR, d.DONFLG, d.VER, d.DIATYP, d.SUBID, d.FLDMODBLK, d.SUBTYP, d.SUBKEY, d.ETYEXTKEY, d.BCHKEYINR, d.MEMINF,
d.CREINR, d.DONFLG, d.VER, d.DIATYP, d.SUBID, d.FLDMODBLK, d.SUBTYP, d.SUBKEY, d.ETYEXTKEY, d.BCHKEYINR, d.MEMINF,
d.BRANCHINR, d.PTYEXTKEY, d.PTYNAM, d.PRECHKDAT
,d.INFTXT
d.BRANCHINR, d.PTYEXTKEY, d.PTYNAM, d.PRECHKDAT
<choose>
<choose>
<when
test=
"dia.subObjTyp != null and dia.subObjTyp != ''"
>
<when
test=
"dia.subObjTyp != null and dia.subObjTyp != ''"
>
,cbb.cur paycur,cbb.amt payamt,con.matdat
,cbb.cur paycur,cbb.amt payamt,con.matdat
...
...
isc-common-core/src/main/resources/mapper/ptymapper.xml
View file @
52e5bcf2
...
@@ -559,7 +559,7 @@
...
@@ -559,7 +559,7 @@
from pty
from pty
left join pta on pty.inr = pta.ptyinr and pta.usg='MAA'
left join pta on pty.inr = pta.ptyinr and pta.usg='MAA'
<if
test=
"ptabranchinr != null and ptabranchinr != ''"
>
<if
test=
"ptabranchinr != null and ptabranchinr != ''"
>
and (pta.branchinr = #{ptabranchinr}
||
pta.bchkeyinr = #{ptabranchinr})
and (pta.branchinr = #{ptabranchinr}
or
pta.bchkeyinr = #{ptabranchinr})
</if>
</if>
<if
test=
"extkey != null and extkey != ''"
>
<if
test=
"extkey != null and extkey != ''"
>
and pta.ptyextkey like concat(concat('%', #{extkey}), '%')
and pta.ptyextkey like concat(concat('%', #{extkey}), '%')
...
@@ -574,7 +574,7 @@
...
@@ -574,7 +574,7 @@
pty.ptytyp = 'C'
pty.ptytyp = 'C'
and (
and (
(trim(pty.idtype) != '2')
(trim(pty.idtype) != '2')
||
or
(trim(pty.idtype) = '2' and pty.akkcom not in ('10000', '10100', '10101', '10102', '10200', '10201', '10202', '10203', '10300', '10301', '10302', '10303',
(trim(pty.idtype) = '2' and pty.akkcom not in ('10000', '10100', '10101', '10102', '10200', '10201', '10202', '10203', '10300', '10301', '10302', '10303',
'10304', '10305', '10306', '10307', '10308', '10309', '10310', '10311', '10312', '10313','10399', '10400', '20100'))
'10304', '10305', '10306', '10307', '10308', '10309', '10310', '10311', '10312', '10313','10399', '10400', '20100'))
)
)
...
@@ -588,7 +588,7 @@
...
@@ -588,7 +588,7 @@
and pty.nam like concat(concat('%', #{ennam}), '%')
and pty.nam like concat(concat('%', #{ennam}), '%')
</if>
</if>
<if
test=
"ptabranchinr != null and ptabranchinr != ''"
>
<if
test=
"ptabranchinr != null and ptabranchinr != ''"
>
and (pta.branchinr = #{ptabranchinr}
||
pta.bchkeyinr = #{ptabranchinr})
and (pta.branchinr = #{ptabranchinr}
or
pta.bchkeyinr = #{ptabranchinr})
</if>
</if>
</where>
</where>
...
...
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