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
c3443676
Commit
c3443676
authored
Nov 12, 2024
by
yanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 出仓阶段入仓业务修改
parent
39ce7607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
OrderWarehouseInServiceImpl.java
...service/orderWarehouseIn/OrderWarehouseInServiceImpl.java
+2
-0
OrderWarehouseInController.java
...er/admin/orderWarehouseIn/OrderWarehouseInController.java
+0
-8
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/service/orderWarehouseIn/OrderWarehouseInServiceImpl.java
View file @
c3443676
...
...
@@ -3901,6 +3901,8 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
applyInfoList
.
removeIf
(
t
->
t
.
getName
().
endsWith
(
"入仓明细"
));
// 设置差异对象
updateReqVO
.
setApplyInfoVOList
(
applyInfoList
);
// 出货 入仓更新
updateReqVO
.
setIsShipmentUpdate
(
true
);
String
details
=
JSON
.
toJSONString
(
updateReqVO
);
log
.
info
(
"出货后入仓修改json = {}"
,
details
);
...
...
yudao-module-order/yudao-module-order-rest/src/main/java/cn/iocoder/yudao/module/order/controller/admin/orderWarehouseIn/OrderWarehouseInController.java
View file @
c3443676
...
...
@@ -184,14 +184,6 @@ public class OrderWarehouseInController {
}
@GetMapping
(
"/update-callback-when-shipment"
)
@ApiOperation
(
"出货阶段-入仓修改回调"
)
public
CommonResult
<
Boolean
>
updateCallbackWhenShipment
(
String
formId
,
Integer
result
)
{
orderWarehouseInService
.
updateApplyCallback
(
formId
,
result
);
return
success
(
true
);
}
@PostMapping
(
"/save-or-update-order-location"
)
@ApiOperation
(
"新增/更新入仓储位"
)
@Idempotent
(
timeout
=
5
)
...
...
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