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
f52f125f
Commit
f52f125f
authored
Jan 31, 2024
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单位开户、单位变更、单位销户协议修改
parent
d6db3561
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/main/java/net/cdkj/gjj/adapter/domain/UnitAccountOpeningInformation.java
...dkj/gjj/adapter/domain/UnitAccountOpeningInformation.java
+5
-5
src/main/java/net/cdkj/gjj/adapter/service/OpenAccountService.java
...java/net/cdkj/gjj/adapter/service/OpenAccountService.java
+3
-3
No files found.
src/main/java/net/cdkj/gjj/adapter/domain/UnitAccountOpeningInformation.java
View file @
f52f125f
...
...
@@ -58,15 +58,15 @@ public class UnitAccountOpeningInformation {
private
String
errmsg
;
private
String
data
S
tatus
;
private
String
data
_s
tatus
;
public
String
getData
S
tatus
()
{
return
data
S
tatus
;
public
String
getData
_s
tatus
()
{
return
data
_s
tatus
;
}
public
void
setData
Status
(
String
dataS
tatus
)
{
this
.
data
Status
=
dataS
tatus
;
public
void
setData
_status
(
String
data_s
tatus
)
{
this
.
data
_status
=
data_s
tatus
;
}
public
String
getBusId
()
{
...
...
src/main/java/net/cdkj/gjj/adapter/service/OpenAccountService.java
View file @
f52f125f
...
...
@@ -88,7 +88,7 @@ public class OpenAccountService {
List
<
UnitAccountOpeningInformation
>
deptInfoUpdateList
=
new
ArrayList
<>();
List
<
UnitAccountOpeningInformation
>
deptLogoutList
=
new
ArrayList
<>();
for
(
UnitAccountOpeningInformation
bill
:
bills
)
{
String
dataStatus
=
bill
.
getData
S
tatus
();
String
dataStatus
=
bill
.
getData
_s
tatus
();
// 开户
if
(
StringUtils
.
isEmpty
(
dataStatus
)
||
dataStatus
.
equals
(
"0"
))
{
openAccountList
.
add
(
bill
);
...
...
@@ -444,7 +444,7 @@ public class OpenAccountService {
dwxxBg
.
setEconomicType
(
"1"
);
dwxxBg
.
setIndustryphy
(
"E"
);
dwxxBg
.
setUnitPayDay
(
"1"
);
dwxxBg
.
setData
S
tatus
(
"1"
);
dwxxBg
.
setData
_s
tatus
(
"1"
);
informationList
.
add
(
dwxxBg
);
// 单位销户
UnitAccountOpeningInformation
dwXh
=
new
UnitAccountOpeningInformation
();
...
...
@@ -453,7 +453,7 @@ public class OpenAccountService {
dwXh
.
setEntName
(
"红安县永利土石方工程有限公司"
);
dwXh
.
setDom
(
"湖北省黄冈市红安县高桥镇长扬路东端北侧119号"
);
dwXh
.
setOplocdistrict
(
"421122"
);
dwXh
.
setData
S
tatus
(
"2"
);
dwXh
.
setData
_s
tatus
(
"2"
);
informationList
.
add
(
dwXh
);
Json
json
=
new
Json
();
json
.
setData
(
informationList
);
...
...
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