记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
ba61e24f
Commit
ba61e24f
authored
Jul 07, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 价格bug
parent
8028cdec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
GoblinMixAppDetailsVo.java
...iquidnet/service/goblin/dto/vo/GoblinMixAppDetailsVo.java
+1
-1
GoblinMixServiceImpl.java
...vice/goblin/service/impl/manage/GoblinMixServiceImpl.java
+2
-2
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinMixAppDetailsVo.java
View file @
ba61e24f
...
...
@@ -41,7 +41,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private
Integer
whiteType
;
@ApiModelProperty
(
position
=
20
,
value
=
"配置详情"
)
private
List
<
GoblinMixDetailsItemVo
>
item
;
@ApiModelProperty
(
position
=
22
,
value
=
"状态[6-活动中|7-停用|9-等待开始|10-活动结束]"
)
@ApiModelProperty
(
position
=
22
,
value
=
"状态[6-活动中|7-停用|
8-售罄|
9-等待开始|10-活动结束]"
)
private
Integer
status
;
@ApiModelProperty
(
position
=
24
,
value
=
"IOS支付方式[0-第三方支付|1-苹果支付]"
)
private
Integer
payType
;
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/manage/GoblinMixServiceImpl.java
View file @
ba61e24f
...
...
@@ -172,8 +172,8 @@ public class GoblinMixServiceImpl implements IGoblinMixService {
BigDecimal
sellPrice
=
BigDecimal
.
ZERO
;
for
(
GoblinMixDetailsItemParam
itemParam
:
itemParams
)
{
GoblinMixDetailsItemVo
itemVo
=
GoblinMixDetailsItemVo
.
getNew
().
copyByInsert
(
itemParam
);
sellPrice
.
add
(
itemVo
.
getPrice
());
price
.
add
(
itemVo
.
getSkuPrice
());
sellPrice
=
sellPrice
.
add
(
itemVo
.
getPrice
());
price
=
price
.
add
(
itemVo
.
getSkuPrice
());
itemList
.
add
(
itemVo
);
goblinMixDetails
.
add
(
new
Object
[]{
mixId
,
itemVo
.
getPosition
(),
itemVo
.
getSpuId
(),
itemVo
.
getSkuId
(),
itemVo
.
getPrice
(),
itemVo
.
getPriceV
(),
...
...
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