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
9c503c7d
Commit
9c503c7d
authored
Nov 07, 2024
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改crtsel
parent
2fdf184d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CrtselResource.java
.../brilliance/isc/funds/crtsel/resource/CrtselResource.java
+1
-0
CrtselServiceImpl.java
...ance/isc/funds/crtsel/service/impl/CrtselServiceImpl.java
+2
-2
No files found.
isc-funds-business/src/main/java/com/brilliance/isc/funds/crtsel/resource/CrtselResource.java
View file @
9c503c7d
...
@@ -29,6 +29,7 @@ public class CrtselResource {
...
@@ -29,6 +29,7 @@ public class CrtselResource {
}
}
/**
/**
* 处理按钮查看能够进行的交易
* 处理按钮查看能够进行的交易
*/
*/
...
...
isc-funds-business/src/main/java/com/brilliance/isc/funds/crtsel/service/impl/CrtselServiceImpl.java
View file @
9c503c7d
...
@@ -79,8 +79,8 @@ public class CrtselServiceImpl implements CrtselService {
...
@@ -79,8 +79,8 @@ public class CrtselServiceImpl implements CrtselService {
}
}
}
else
if
(
"O"
.
equals
(
crdgrp
.
getRec
().
getClrtyp
()))
{
}
else
if
(
"O"
.
equals
(
crdgrp
.
getRec
().
getClrtyp
()))
{
//汇出清算
//汇出清算
String
[]
crTraArray
=
{
"CRTCTF"
};
String
[]
crTraArray
=
{
"CRTC
BK"
,
"CRTC
TF"
};
String
[]
crButArray
=
{
"转汇清算"
};
String
[]
crButArray
=
{
"
退汇清算"
,
"
转汇清算"
};
String
isAllowed
=
""
;
String
isAllowed
=
""
;
for
(
int
i
=
0
;
i
<
crTraArray
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
crTraArray
.
length
;
i
++)
{
TrncodVo
trncodVo
=
new
TrncodVo
(
crTraArray
[
i
],
crButArray
[
i
],
isAllowed
,
"Y"
,
""
);
TrncodVo
trncodVo
=
new
TrncodVo
(
crTraArray
[
i
],
crButArray
[
i
],
isAllowed
,
"Y"
,
""
);
...
...
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