Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
45ab1ce5
Commit
45ab1ce5
authored
Nov 07, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重货优惠、泡货优惠、泡重优惠不在校验订单出货状态
parent
d4fd0a03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
OrderServiceImpl.java
...dao/module/order/service/order/impl/OrderServiceImpl.java
+4
-4
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/service/order/impl/OrderServiceImpl.java
View file @
45ab1ce5
...
...
@@ -5227,7 +5227,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
Map
<
Integer
,
CurrencyRespDTO
>
currencyRespDTOMap
=
currencyApi
.
getAllCurrency
();
Map
<
Integer
,
UnitRespDto
>
unitRespDtoMap
=
unitApi
.
getAllUnit
();
ApplyInfoVO
applyInfoVO
=
new
ApplyInfoVO
();
BoxCheckOrderSchedulingEvent
event
=
new
BoxCheckOrderSchedulingEvent
(
orderDO
.
getOrderId
());
//
BoxCheckOrderSchedulingEvent event = new BoxCheckOrderSchedulingEvent(orderDO.getOrderId());
switch
(
specialApplyVO
.
getApplyType
())
{
case
1
:
applyInfoVO
.
setName
(
specialApplyVO
.
getProdTitleZh
()
+
(
specialApplyVO
.
getCharging
()
==
1
?
"全包价优惠"
:
"运费优惠"
));
...
...
@@ -5280,7 +5280,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
applyInfoVO
.
setOrgValue
(
specialApplyVO
.
getOrgWVolume
().
toString
());
applyInfoVO
.
setNewValue
(
specialApplyVO
.
getWVolume
().
toString
());
applyInfoVOList
.
add
(
applyInfoVO
);
applicationContext
.
publishEvent
(
event
);
//
applicationContext.publishEvent(event);
key
=
WorkFlowEmus
.
ORDER_HEAVY_GOODS
.
getKey
();
break
;
case
5
:
...
...
@@ -5288,7 +5288,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
applyInfoVO
.
setOrgValue
(
specialApplyVO
.
getOrgVWeight
().
toString
());
applyInfoVO
.
setNewValue
(
specialApplyVO
.
getVWeight
().
toString
());
applyInfoVOList
.
add
(
applyInfoVO
);
applicationContext
.
publishEvent
(
event
);
//
applicationContext.publishEvent(event);
key
=
WorkFlowEmus
.
ORDER_LIGHT_GOODS
.
getKey
();
break
;
case
29
:
...
...
@@ -5296,7 +5296,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
applyInfoVO
.
setOrgValue
(
specialApplyVO
.
getOrgVWeight
().
toString
());
applyInfoVO
.
setNewValue
(
specialApplyVO
.
getVWeight
().
toString
());
applyInfoVOList
.
add
(
applyInfoVO
);
applicationContext
.
publishEvent
(
event
);
//
applicationContext.publishEvent(event);
key
=
WorkFlowEmus
.
SHIPMENT_BULKY_CARGO
.
getKey
();
break
;
default
:
...
...
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