Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-funds
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-funds
Commits
4e24d99c
Commit
4e24d99c
authored
Oct 31, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复无申报选项问题,修复未展示汇率问题
parent
c5ceeae2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
34 deletions
+29
-34
FxtssbResource.java
.../brilliance/isc/funds/fxtssb/resource/FxtssbResource.java
+14
-18
FxtssbTransactionServiceImpl.java
...sc/funds/fxtssb/service/FxtssbTransactionServiceImpl.java
+2
-0
FxtsssResource.java
.../brilliance/isc/funds/fxtsss/resource/FxtsssResource.java
+11
-15
FxtsssTransactionServiceImpl.java
...sc/funds/fxtsss/service/FxtsssTransactionServiceImpl.java
+2
-1
No files found.
isc-funds-business/src/main/java/com/brilliance/isc/funds/fxtssb/resource/FxtssbResource.java
View file @
4e24d99c
...
...
@@ -52,19 +52,17 @@ public class FxtssbResource extends AbstractTransactionController<FxtssbStoreVo>
* @return
*/
@PostMapping
(
"/getRef"
)
public
ResponseSet
<
String
>
getRef
(
@RequestBody
FxtssbStoreVo
fxtssbStoreVo
)
{
FxtssbStoreBo
fxtssbStoreBo
=
fxtssbStructMapper
.
voTransferToBo
(
fxtssbStoreVo
);
String
ref
=
fxtssbTransactionService
.
getRef
(
fxtssbStoreBo
);
public
ResponseSet
<
String
>
getRef
(
@RequestBody
FxtssbStoreBo
bo
)
{
String
ref
=
fxtssbTransactionService
.
getRef
(
bo
);
return
ResponseSet
.
simpleSuccess
(
ref
);
}
@PostMapping
(
"/defaultAccountsN1000"
)
public
ResponseSet
defaultAccountsN1000
(
@RequestBody
FxtssbStore
Vo
fxtssbStoreV
o
)
{
public
ResponseSet
defaultAccountsN1000
(
@RequestBody
FxtssbStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
FxtssbStoreBo
fxtssbStoreBo
=
fxtssbStructMapper
.
voTransferToBo
(
fxtssbStoreVo
);
Map
<
String
,
List
<
String
>>
codeSet
=
fxtssbTransactionService
.
defaultAccountsN1000
(
fxtssbStoreBo
);
ResponseSet
success
=
ResponseSet
.
simpleSuccess
(
fxtssbStoreVo
);
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
Map
<
String
,
List
<
String
>>
codeSet
=
fxtssbTransactionService
.
defaultAccountsN1000
(
bo
);
ResponseSet
success
=
ResponseSet
.
simpleSuccess
(
bo
);
success
.
setCodeSet
(
codeSet
);
return
success
;
}
catch
(
Exception
e
)
{
...
...
@@ -75,12 +73,11 @@ public class FxtssbResource extends AbstractTransactionController<FxtssbStoreVo>
}
@PostMapping
(
"/defaultRateN1000"
)
public
ResponseSet
defaultRateN1000
(
@RequestBody
FxtssbStore
Vo
fxtssbStoreV
o
)
{
public
ResponseSet
defaultRateN1000
(
@RequestBody
FxtssbStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
FxtssbStoreBo
fxtssbStoreBo
=
fxtssbStructMapper
.
voTransferToBo
(
fxtssbStoreVo
);
fxtssbTransactionService
.
defaultRateN1000
(
fxtssbStoreBo
);
return
ResponseSet
.
simpleSuccess
(
fxtssbStoreVo
);
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
fxtssbTransactionService
.
defaultRateN1000
(
bo
);
return
ResponseSet
.
simpleSuccess
(
bo
);
}
catch
(
Exception
e
)
{
throw
e
;
}
finally
{
...
...
@@ -90,12 +87,11 @@ public class FxtssbResource extends AbstractTransactionController<FxtssbStoreVo>
}
@PostMapping
(
"/defaultCalculateN1100"
)
public
ResponseSet
defaultCalculateN1100
(
@RequestBody
FxtssbStore
Vo
fxtssbStoreV
o
)
{
public
ResponseSet
defaultCalculateN1100
(
@RequestBody
FxtssbStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
FxtssbStoreBo
fxtssbStoreBo
=
fxtssbStructMapper
.
voTransferToBo
(
fxtssbStoreVo
);
fxtssbTransactionService
.
defaultCalculateN1100
(
fxtssbStoreBo
);
return
ResponseSet
.
simpleSuccess
(
fxtssbStoreVo
);
settleContext
.
loadSettleSession
(
"FXTSSB"
,
""
,
""
);
fxtssbTransactionService
.
defaultCalculateN1100
(
bo
);
return
ResponseSet
.
simpleSuccess
(
bo
);
}
catch
(
Exception
e
)
{
throw
e
;
}
finally
{
...
...
isc-funds-business/src/main/java/com/brilliance/isc/funds/fxtssb/service/FxtssbTransactionServiceImpl.java
View file @
4e24d99c
...
...
@@ -155,6 +155,8 @@ public class FxtssbTransactionServiceImpl extends AbstractTransactionService<Fxt
bizInfoVo
.
setTrdout
(
rec
.
getTrdout
());
bizInfoVo
.
setTrnman
(
rec
.
getTrnman
());
bizInfoVo
.
setRat
(
rec
.
getRat
());
bizInfoVo
.
setDfkhlb
(
rec
.
getTrnman
());
bizInfoVo
.
setWaitjm
(
rec
.
getTrdint
());
return
bizInfoVo
;
}
...
...
isc-funds-business/src/main/java/com/brilliance/isc/funds/fxtsss/resource/FxtsssResource.java
View file @
4e24d99c
...
...
@@ -51,19 +51,17 @@ public class FxtsssResource extends AbstractTransactionController<FxtsssStoreVo>
* @return
*/
@PostMapping
(
"/getRef"
)
public
ResponseSet
<
String
>
getRef
(
@RequestBody
FxtsssStoreVo
fxtsssStoreVo
)
{
FxtsssStoreBo
fxtsssStoreBo
=
fxtsssStructMapper
.
voTransferToBo
(
fxtsssStoreVo
);
String
ref
=
fxtsssTransactionService
.
getRef
(
fxtsssStoreBo
);
public
ResponseSet
<
String
>
getRef
(
@RequestBody
FxtsssStoreBo
bo
)
{
String
ref
=
fxtsssTransactionService
.
getRef
(
bo
);
return
ResponseSet
.
simpleSuccess
(
ref
);
}
@PostMapping
(
"/defaultAccountsN1000"
)
public
ResponseSet
defaultAccountsN1000
(
@RequestBody
FxtsssStore
Vo
fxtsssStoreV
o
)
{
public
ResponseSet
defaultAccountsN1000
(
@RequestBody
FxtsssStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSS"
,
""
,
""
);
FxtsssStoreBo
fxtsssStoreBo
=
fxtsssStructMapper
.
voTransferToBo
(
fxtsssStoreVo
);
Map
<
String
,
List
<
String
>>
codeSet
=
fxtsssTransactionService
.
defaultAccountsN1000
(
fxtsssStoreBo
);
ResponseSet
success
=
ResponseSet
.
simpleSuccess
(
fxtsssStoreVo
);
Map
<
String
,
List
<
String
>>
codeSet
=
fxtsssTransactionService
.
defaultAccountsN1000
(
bo
);
ResponseSet
success
=
ResponseSet
.
simpleSuccess
(
bo
);
success
.
setCodeSet
(
codeSet
);
return
success
;
}
catch
(
Exception
e
)
{
...
...
@@ -74,12 +72,11 @@ public class FxtsssResource extends AbstractTransactionController<FxtsssStoreVo>
}
@PostMapping
(
"/defaultRateN1000"
)
public
ResponseSet
defaultRateN1000
(
@RequestBody
FxtsssStore
Vo
fxtsssStoreV
o
)
{
public
ResponseSet
defaultRateN1000
(
@RequestBody
FxtsssStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSS"
,
""
,
""
);
FxtsssStoreBo
fxtsssStoreBo
=
fxtsssStructMapper
.
voTransferToBo
(
fxtsssStoreVo
);
fxtsssTransactionService
.
defaultRateN1000
(
fxtsssStoreBo
);
return
ResponseSet
.
simpleSuccess
(
fxtsssStoreVo
);
fxtsssTransactionService
.
defaultRateN1000
(
bo
);
return
ResponseSet
.
simpleSuccess
(
bo
);
}
catch
(
Exception
e
)
{
throw
e
;
}
finally
{
...
...
@@ -89,12 +86,11 @@ public class FxtsssResource extends AbstractTransactionController<FxtsssStoreVo>
}
@PostMapping
(
"/defaultCalculateN1100"
)
public
ResponseSet
defaultCalculateN1100
(
@RequestBody
FxtsssStore
Vo
fxtsssStoreV
o
)
{
public
ResponseSet
defaultCalculateN1100
(
@RequestBody
FxtsssStore
Bo
b
o
)
{
try
{
settleContext
.
loadSettleSession
(
"FXTSSS"
,
""
,
""
);
FxtsssStoreBo
fxtsssStoreBo
=
fxtsssStructMapper
.
voTransferToBo
(
fxtsssStoreVo
);
fxtsssTransactionService
.
defaultCalculateN1100
(
fxtsssStoreBo
);
return
ResponseSet
.
simpleSuccess
(
fxtsssStoreVo
);
fxtsssTransactionService
.
defaultCalculateN1100
(
bo
);
return
ResponseSet
.
simpleSuccess
(
bo
);
}
catch
(
Exception
e
)
{
throw
e
;
}
finally
{
...
...
isc-funds-business/src/main/java/com/brilliance/isc/funds/fxtsss/service/FxtsssTransactionServiceImpl.java
View file @
4e24d99c
...
...
@@ -24,7 +24,6 @@ import com.brilliance.isc.common.vo.BizAmdInfoVo;
import
com.brilliance.isc.common.vo.BizInfoVo
;
import
com.brilliance.isc.common.vo.PtsptaVo
;
import
com.brilliance.isc.funds.bo.funds.FxtsssStoreBo
;
import
com.brilliance.isc.funds.bo.funds.FxtsssStoreBo
;
import
com.brilliance.isc.funds.common.component.FxToolComponent
;
import
com.brilliance.isc.funds.fxtlop.service.FxtpService
;
import
com.brilliance.isc.funds.fxtsss.check.FxtsssValidator
;
...
...
@@ -164,6 +163,8 @@ public class FxtsssTransactionServiceImpl extends AbstractTransactionService<Fxt
bizInfoVo
.
setTrdout
(
rec
.
getTrdout
());
bizInfoVo
.
setTrnman
(
rec
.
getTrnman
());
bizInfoVo
.
setRat
(
rec
.
getRat
());
bizInfoVo
.
setDfkhlb
(
rec
.
getTrnman
());
bizInfoVo
.
setWaitjm
(
rec
.
getTrdout
());
return
bizInfoVo
;
}
...
...
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