Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-common
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-common
Commits
0d6481c9
Commit
0d6481c9
authored
Nov 01, 2024
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇款多实体改造
parent
9cb60f60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
GlemodServiceImpl.java
...nce/isc/common/glemod/service/impl/GlemodServiceImpl.java
+4
-0
No files found.
isc-common-service-setmod/src/main/java/com/brilliance/isc/common/glemod/service/impl/GlemodServiceImpl.java
View file @
0d6481c9
...
@@ -1245,6 +1245,7 @@ public class GlemodServiceImpl implements GlemodService {
...
@@ -1245,6 +1245,7 @@ public class GlemodServiceImpl implements GlemodService {
Map
<
String
,
Object
>
dyncMap
=
new
HashMap
<>();
Map
<
String
,
Object
>
dyncMap
=
new
HashMap
<>();
if
(!
MdaUtils
.
isEmpty
(
actVal
))
{
if
(!
MdaUtils
.
isEmpty
(
actVal
))
{
Streams
.
streamSet
(
actStm
,
actVal
);
Streams
.
streamSet
(
actStm
,
actVal
);
/** 定制化逻辑先屏蔽
for (int i = 1; i <= Streams.streamCount(actStm); i++) {
for (int i = 1; i <= Streams.streamCount(actStm); i++) {
line = Strings.trim(Strings.getLine(actStm, i));
line = Strings.trim(Strings.getLine(actStm, i));
if (MdaUtils.compareTo(line, "") != 0) {
if (MdaUtils.compareTo(line, "") != 0) {
...
@@ -1331,6 +1332,9 @@ public class GlemodServiceImpl implements GlemodService {
...
@@ -1331,6 +1332,9 @@ public class GlemodServiceImpl implements GlemodService {
}
}
}
}
}
}
*/
//黑龙江农信暂时没有账号特殊处理
Streams
.
streamSet
(
realStm
,
actVal
);
}
}
//= StreamGet( $ActStm )
//= StreamGet( $ActStm )
return
MdaUtils
.
toString
(
realStm
);
return
MdaUtils
.
toString
(
realStm
);
...
...
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