Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InternalLogic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CrossProvincialPlatform
InternalLogic
Commits
4b2bf51a
Commit
4b2bf51a
authored
Apr 13, 2023
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉行政区划校验
parent
0cfd1c71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
124 deletions
+109
-124
src/main/java/net/cdkj/gjj/adapter/controller/ProvidentFundServicesController.java
...j/adapter/controller/ProvidentFundServicesController.java
+109
-124
No files found.
src/main/java/net/cdkj/gjj/adapter/controller/ProvidentFundServicesController.java
View file @
4b2bf51a
...
@@ -206,22 +206,10 @@ public class ProvidentFundServicesController {
...
@@ -206,22 +206,10 @@ public class ProvidentFundServicesController {
//421181
//421181
//421182
//421182
//421101
//421101
List
<
String
>
wo
=
new
ArrayList
<>();
wo
.
add
(
"421102"
);
wo
.
add
(
"421121"
);
wo
.
add
(
"421122"
);
wo
.
add
(
"421123"
);
wo
.
add
(
"421124"
);
wo
.
add
(
"421125"
);
wo
.
add
(
"421126"
);
wo
.
add
(
"421127"
);
wo
.
add
(
"421181"
);
wo
.
add
(
"421182"
);
wo
.
add
(
"421101"
);
if
(!
bills
.
isEmpty
())
{
if
(!
bills
.
isEmpty
())
{
for
(
UnitAccountOpeningInformation
uniInfom
:
bills
)
{
for
(
UnitAccountOpeningInformation
uniInfom
:
bills
)
{
if
(!
""
.
equals
(
uniInfom
.
getOplocdistrict
())
&&
uniInfom
.
getOplocdistrict
()
!=
null
)
{
if
(!
""
.
equals
(
uniInfom
.
getOplocdistrict
())
&&
uniInfom
.
getOplocdistrict
()
!=
null
)
{
if
(
wo
.
contains
(
uniInfom
.
getOplocdistrict
()))
{
System
.
out
.
println
(
"oplocdistrict"
+
"在规定的值里面,调imp过程"
);
System
.
out
.
println
(
"oplocdistrict"
+
"在规定的值里面,调imp过程"
);
if
(!
""
.
equals
(
uniInfom
.
getBusId
())
&&
uniInfom
.
getBusId
()
!=
null
)
{
if
(!
""
.
equals
(
uniInfom
.
getBusId
())
&&
uniInfom
.
getBusId
()
!=
null
)
{
pstm
.
setString
(
1
,
uniInfom
.
getBusId
());
pstm
.
setString
(
1
,
uniInfom
.
getBusId
());
...
@@ -348,12 +336,9 @@ public class ProvidentFundServicesController {
...
@@ -348,12 +336,9 @@ public class ProvidentFundServicesController {
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
}
}
}
else
{
System
.
out
.
println
(
"oplocdistrict"
+
"不在规定的值里面,不调imp过程"
);
}
}
}
}
}
pstm2
.
execute
();
pstm2
.
execute
();
}
else
{
}
else
{
System
.
out
.
println
(
"第三方返回的报文中data数据为空!"
);
System
.
out
.
println
(
"第三方返回的报文中data数据为空!"
);
...
...
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