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
c8c2c2e2
Commit
c8c2c2e2
authored
Oct 25, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化actmapper查询和fxdbizinfovo
parent
bfb89eea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
FxdBizInfoVo.java
...c/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
+3
-0
actmapper.xml
isc-common-core/src/main/resources/mapper/actmapper.xml
+1
-1
No files found.
isc-common-core/src/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
View file @
c8c2c2e2
...
...
@@ -37,6 +37,9 @@ public class FxdBizInfoVo extends BizInfoVo {
//结售汇业务的本币的记账账号 fxdgrp.rec.acc2
private
String
acc2
=
NULLSTR
;
private
String
acc1
=
NULLSTR
;
//Rate
private
BigDecimal
rat
=
Decimals
.
ZERO_SCALE6
;
//交易主体
...
...
isc-common-core/src/main/resources/mapper/actmapper.xml
View file @
c8c2c2e2
...
...
@@ -300,7 +300,7 @@
${conditionSql}
</select>
<select
id=
"getSerAccByConditionSql"
result
Map=
"BaseResultMap
"
>
<select
id=
"getSerAccByConditionSql"
result
Type=
"java.lang.String
"
>
select
seracc
from act
...
...
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