Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
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
曲欣亮
shop
Commits
33daa5da
Commit
33daa5da
authored
Apr 24, 2023
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fe7fb930
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
CartQueryServiceImpl.java
...com/egolm/shop/api/service/impl/CartQueryServiceImpl.java
+2
-3
No files found.
src/main/java/com/egolm/shop/api/service/impl/CartQueryServiceImpl.java
View file @
33daa5da
...
@@ -131,8 +131,7 @@ public class CartQueryServiceImpl implements CartQueryService {
...
@@ -131,8 +131,7 @@ public class CartQueryServiceImpl implements CartQueryService {
try
{
try
{
String
sql
=
"exec up_B2BGetSumCart '"
+
shopNo
+
"',1 "
;
//计算汇总
String
sql
=
"exec up_B2BGetSumCart '"
+
shopNo
+
"',1 "
;
//计算汇总
orderSumPayList
=
jdbcTemplate
.
executeMutil
(
sql
).
getDatas
().
get
(
0
);
//按订单汇总的
orderSumPayList
=
jdbcTemplate
.
executeMutil
(
sql
).
getDatas
().
get
(
0
);
//按订单汇总的
wmsSumPayList
=
jdbcTemplate
.
executeMutil
(
sql
).
getDatas
().
get
(
1
);
//按仓库汇总
if
(
orderSumPayList
!=
null
&&
orderSumPayList
.
size
()>
0
)
{
if
(
orderSumPayList
!=
null
&&
orderSumPayList
.
size
()>
0
)
{
Map
<
String
,
Object
>
orderSumPayMap
=
orderSumPayList
.
get
(
0
);
Map
<
String
,
Object
>
orderSumPayMap
=
orderSumPayList
.
get
(
0
);
...
@@ -151,7 +150,7 @@ public class CartQueryServiceImpl implements CartQueryService {
...
@@ -151,7 +150,7 @@ public class CartQueryServiceImpl implements CartQueryService {
return
errRjx
;
return
errRjx
;
}
}
}
}
wmsSumPayList
=
jdbcTemplate
.
executeMutil
(
sql
).
getDatas
().
get
(
1
);
//按仓库汇总
List
<
Map
<
String
,
Object
>>
rjxWmsList
=
(
List
<
Map
<
String
,
Object
>>)
rjx
.
get
(
"wmsList"
);
List
<
Map
<
String
,
Object
>>
rjxWmsList
=
(
List
<
Map
<
String
,
Object
>>)
rjx
.
get
(
"wmsList"
);
if
(
wmsSumPayList
!=
null
&&
rjxWmsList
!=
null
&&
wmsSumPayList
.
size
()
>
0
&&
rjxWmsList
.
size
()
>
0
)
{
if
(
wmsSumPayList
!=
null
&&
rjxWmsList
!=
null
&&
wmsSumPayList
.
size
()
>
0
&&
rjxWmsList
.
size
()
>
0
)
{
for
(
Map
<
String
,
Object
>
wmsMap
:
wmsSumPayList
)
{
for
(
Map
<
String
,
Object
>
wmsMap
:
wmsSumPayList
)
{
...
...
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