mirror of
https://github.com/zccbbg/wms-ruoyi.git
synced 2024-11-10 09:02:51 +08:00
fix: 入库设置状态为已入库
This commit is contained in:
parent
f3cc45ae7c
commit
27f11101df
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ public class ReceiptOrderController extends BaseController {
|
|||
@RepeatSubmit()
|
||||
@PostMapping("/warehousing")
|
||||
public R<Void> doWarehousing(@Validated(AddGroup.class) @RequestBody ReceiptOrderBo bo) {
|
||||
bo.setReceiptOrderStatus(ServiceConstants.ReceiptOrderStatus.FINISH);
|
||||
receiptOrderService.receive(bo);
|
||||
return R.ok();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue