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
c2bddbb1
Commit
c2bddbb1
authored
Oct 15, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ptsptaTool新增方法
parent
5dd7a974
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
PtsptaToolComponent.java
.../brilliance/isc/common/component/PtsptaToolComponent.java
+8
-0
No files found.
isc-common-service/src/main/java/com/brilliance/isc/common/component/PtsptaToolComponent.java
View file @
c2bddbb1
...
@@ -61,6 +61,14 @@ public class PtsptaToolComponent {
...
@@ -61,6 +61,14 @@ public class PtsptaToolComponent {
@Autowired
@Autowired
private
PtsptaMapper
ptsptaMapper
;
private
PtsptaMapper
ptsptaMapper
;
public
boolean
IsDemestic
(
PtsptaVo
ptsptaVo
){
if
(
"CN"
.
equals
(
ptsptaVo
.
getAdr
().
getLoccty
()))
{
return
true
;
}
else
{
return
false
;
}
}
public
PtsptaVo
getPtsptaFromPts
(
PtsFeeDetailVo
ptsFeeDetail
)
{
public
PtsptaVo
getPtsptaFromPts
(
PtsFeeDetailVo
ptsFeeDetail
)
{
PtsptaVo
ptsptaVo
=
new
PtsptaVo
();
PtsptaVo
ptsptaVo
=
new
PtsptaVo
();
String
ptsinr
=
ptsFeeDetail
.
getPtsinr
();
String
ptsinr
=
ptsFeeDetail
.
getPtsinr
();
...
...
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