Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
bf8bb2d3
Commit
bf8bb2d3
authored
Jun 04, 2020
by
fudahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pay支付接口
parent
40052939
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
PayController.java
...a/com/gic/haoban/manage/web/controller/PayController.java
+1
-1
EnterpriseVo.java
.../main/java/com/gic/haoban/manage/web/vo/EnterpriseVo.java
+5
-5
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/PayController.java
View file @
bf8bb2d3
...
@@ -145,7 +145,7 @@ public class PayController extends WebBaseController {
...
@@ -145,7 +145,7 @@ public class PayController extends WebBaseController {
Map
<
String
,
YwWxEnterpriseDTO
>
map
=
ywWxEnterpriseDTOS
.
stream
().
collect
(
Collectors
.
toMap
(
YwWxEnterpriseDTO:
:
getWxEnterpriseId
,
_t
->
_t
));
Map
<
String
,
YwWxEnterpriseDTO
>
map
=
ywWxEnterpriseDTOS
.
stream
().
collect
(
Collectors
.
toMap
(
YwWxEnterpriseDTO:
:
getWxEnterpriseId
,
_t
->
_t
));
enterpriseVos
.
forEach
(
enterpriseVo
->
{
enterpriseVos
.
forEach
(
enterpriseVo
->
{
YwWxEnterpriseDTO
enterpriseDTO
=
map
.
get
(
enterpriseVo
.
getWxEnterpiseId
());
YwWxEnterpriseDTO
enterpriseDTO
=
map
.
get
(
enterpriseVo
.
getWxEnterp
r
iseId
());
EnterpriseDTO
gicEnt
=
gicEntMap
.
get
(
enterpriseVo
.
getEnterpriseId
());
EnterpriseDTO
gicEnt
=
gicEntMap
.
get
(
enterpriseVo
.
getEnterpriseId
());
if
(
null
!=
enterpriseDTO
)
{
if
(
null
!=
enterpriseDTO
)
{
enterpriseVo
.
setWxEnterpiseName
(
enterpriseDTO
.
getCorpName
());
enterpriseVo
.
setWxEnterpiseName
(
enterpriseDTO
.
getCorpName
());
...
...
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/vo/EnterpriseVo.java
View file @
bf8bb2d3
...
@@ -12,17 +12,17 @@ public class EnterpriseVo implements Serializable {
...
@@ -12,17 +12,17 @@ public class EnterpriseVo implements Serializable {
*
*
*/
*/
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
private
String
wxEnterpiseId
;
private
String
wxEnterp
r
iseId
;
private
String
enterpriseId
;
private
String
enterpriseId
;
private
String
enterpriseName
;
private
String
enterpriseName
;
private
String
wxEnterpiseName
;
private
String
wxEnterpiseName
;
public
String
getWxEnterpiseId
()
{
public
String
getWxEnterp
r
iseId
()
{
return
wxEnterpiseId
;
return
wxEnterp
r
iseId
;
}
}
public
void
setWxEnterp
iseId
(
String
wxEnterp
iseId
)
{
public
void
setWxEnterp
riseId
(
String
wxEnterpr
iseId
)
{
this
.
wxEnterp
iseId
=
wxEnterp
iseId
;
this
.
wxEnterp
riseId
=
wxEnterpr
iseId
;
}
}
public
String
getEnterpriseId
()
{
public
String
getEnterpriseId
()
{
...
...
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