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
58df3636
Commit
58df3636
authored
Aug 19, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
到仓审批通过时不对订单的到仓动态进行更新
parent
da3a871c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
BoxServiceImpl.java
...der/yudao/module/shipment/service/box/BoxServiceImpl.java
+5
-15
No files found.
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/service/box/BoxServiceImpl.java
View file @
58df3636
...
@@ -1913,21 +1913,11 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements
...
@@ -1913,21 +1913,11 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements
for
(
Long
orderId
:
orderIdList
)
{
for
(
Long
orderId
:
orderIdList
)
{
orderService
.
updateStatus
(
orderId
,
null
,
orderStatus
,
null
,
inWarehouseState
,
shipmentState
,
auditType
,
auditResult
,
businessTime
,
"出货操作"
,
null
);
orderService
.
updateStatus
(
orderId
,
null
,
orderStatus
,
null
,
inWarehouseState
,
shipmentState
,
auditType
,
auditResult
,
businessTime
,
"出货操作"
,
null
);
}
}
// 卸柜/到仓操作时,不在此处更新动态
if
(
TO_WAREHOUSED
.
getStatus
()
!=
shipmentState
)
{
this
.
shipmentAirOrderTimeLog
(
orderIdList
,
null
,
businessTime
,
shipmentState
);
this
.
shipmentAirOrderTimeLog
(
orderIdList
,
null
,
businessTime
,
shipmentState
);
}
/**
* 修改订单状态
* @param orderId 订单ID 与订单号选择一个填写
* @param orderNo 订单号 与订单ID选择一个填写
* @param status 订单状态 订单主状态
* @param abnormalState 订单异常状态 0 原始状态
* @param inWarehouseState 入仓状态 0 原始状态
* @param shipmentState 出货状态 0 原始状态
* @param toWarehouseState 到仓状态 0 原始状态
* @param addOrderTime 是否添加订单动态 true添加 false不添加
*/
// void updateStatus(Long orderId, String orderNo, Integer status, Integer abnormalState,
// Integer inWarehouseState, Integer shipmentState, Integer toWarehouseState, boolean addOrderTime);
}
}
@Override
@Override
...
...
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