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
a5db7aca
Commit
a5db7aca
authored
Jan 07, 2025
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出货阶段的入仓追加与入仓修改操作日志说明文案修正
parent
8c09787d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
OrderWarehouseInServiceImpl.java
...service/orderWarehouseIn/OrderWarehouseInServiceImpl.java
+4
-4
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/service/orderWarehouseIn/OrderWarehouseInServiceImpl.java
View file @
a5db7aca
...
...
@@ -4520,9 +4520,9 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
String
msg
=
"货物入仓修改申请已拒绝"
;
if
(
updateReqVO
.
getIsShipmentUpdate
())
{
msg
=
"航运中-入仓修改申请已拒绝"
;
msg
=
OrderStatusEnum
.
valueOf
(
orderDO
.
getStatus
()).
getNameZh
().
concat
(
"-入仓修改申请已拒绝"
)
;
}
else
if
(
updateReqVO
.
getIsShipmentAppend
())
{
msg
=
"航运中-入仓追加申请已拒绝"
;
msg
=
OrderStatusEnum
.
valueOf
(
orderDO
.
getStatus
()).
getNameZh
().
concat
(
"-入仓追加申请已拒绝"
)
;
}
// 添加仓库操作日志
...
...
@@ -4553,9 +4553,9 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
String
msg
=
"货物入仓修改申请已取消"
;
if
(
updateReqVO
.
getIsShipmentUpdate
())
{
msg
=
"航运中-入仓修改申请已取消"
;
msg
=
OrderStatusEnum
.
valueOf
(
orderDO
.
getStatus
()).
getNameZh
().
concat
(
"-入仓修改申请已取消"
)
;
}
else
if
(
updateReqVO
.
getIsShipmentAppend
())
{
msg
=
"航运中-入仓追加申请已取消"
;
msg
=
OrderStatusEnum
.
valueOf
(
orderDO
.
getStatus
()).
getNameZh
().
concat
(
"-入仓追加申请已取消"
)
;
}
// 添加仓库操作日志
orderBusinessService
.
addOrderOperateLog
(
orderId
,
"仓库操作"
,
msg
,
updateReqVO
.
getApplyInfoVOList
());
...
...
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