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
a64bec08
Commit
a64bec08
authored
Sep 29, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ptyinr 小写别名
parent
76ba0466
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ptsptamapper.xml
isc-common-core/src/main/resources/mapper/ptsptamapper.xml
+1
-1
No files found.
isc-common-core/src/main/resources/mapper/ptsptamapper.xml
View file @
a64bec08
...
...
@@ -120,7 +120,7 @@
<select
id=
"getPtsptaInfo"
resultType=
"java.util.Map"
>
select PTA.INR "ptainr",PTA.OBJKEY "objkey",
PTA.OBJINR "ptaobjinr", ADR.NAM1 "adrnam1",ADR.nam2 "adrnam2",ADR.str1 "adrstr1", ADR.str2 "adrstr2",PTA.NAM "nam",PTA.NAM1 "nam1",PTA.ptyinr,ADR.TEL1 "tel1",ADR.ADR1 "adr1",
PTA.OBJINR "ptaobjinr", ADR.NAM1 "adrnam1",ADR.nam2 "adrnam2",ADR.str1 "adrstr1", ADR.str2 "adrstr2",PTA.NAM "nam",PTA.NAM1 "nam1",PTA.ptyinr
"ptyinr"
,ADR.TEL1 "tel1",ADR.ADR1 "adr1",
ADR.ADR2 "adr2",ADR.ADR3 "adr3", ADR.adr4 "adr4",ADR.loccty "loccty", ADR.loczip "loczip",ADR.loctxt "loctxt", PTY.nam1 "ptynam1", PTY.nam "ptynam", PTY.ptytyp "ptytyp" from PTA PTA, ADR ADR, PTY PTY
where PTA.inr = #{inr} and ADR.inr = PTA.OBJINR and PTA.objtyp = 'ADR' and PTY.inr = PTA.ptyinr
</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