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
00234c6c
Commit
00234c6c
authored
Oct 17, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改FxdBizInfo.java
parent
749a4f19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
FxdBizInfoVo.java
...c/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
+4
-0
PtsptaToolComponent.java
.../brilliance/isc/common/component/PtsptaToolComponent.java
+1
-1
SetmodService.java
...m/brilliance/isc/common/setmod/service/SetmodService.java
+2
-0
No files found.
isc-common-core/src/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
View file @
00234c6c
...
...
@@ -48,4 +48,8 @@ public class FxdBizInfoVo extends BizInfoVo {
private
String
trdout
=
NULLSTR
;
private
String
swtflg
=
NULLSTR
;
private
String
cancur
=
NULLSTR
;
private
BigDecimal
canamt
=
BigDecimal
.
ZERO
;
}
isc-common-service/src/main/java/com/brilliance/isc/common/component/PtsptaToolComponent.java
View file @
00234c6c
...
...
@@ -62,7 +62,7 @@ public class PtsptaToolComponent {
private
PtsptaMapper
ptsptaMapper
;
public
boolean
IsDemestic
(
PtsptaVo
ptsptaVo
){
if
(
"CN"
.
equals
(
ptsptaVo
.
getAdr
().
getLoccty
()))
{
if
(
ptsptaVo
.
getAdr
()
!=
null
&&
"CN"
.
equals
(
ptsptaVo
.
getAdr
().
getLoccty
()))
{
return
true
;
}
else
{
return
false
;
...
...
isc-common-service/src/main/java/com/brilliance/isc/common/setmod/service/SetmodService.java
View file @
00234c6c
...
...
@@ -40,6 +40,8 @@ public interface SetmodService {
String
getGllRol
(
String
argrol
);
void
setglgAllValDat
(
SetmodVo
setmodVo
,
Date
argValdat
,
String
argFlag
);
//获取币种的节假日,目前前端组件已实现,后端使用isHoliday方法
@Deprecated
String
getCurCal
(
String
inCur
);
...
...
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