feat(stock): 优化库存更新逻辑并添加库存日志记录功能- 在 WmsStockIoServiceImpl 中引入 WmsStockLogMapper

- 修改 updateStatus 方法,使用更可靠的更新条件
- 在 stockUpdate 中添加库存日志记录功能
This commit is contained in:
JR
2025-08-11 14:13:38 +08:00
parent 3c2cc85e27
commit b135f2e0dc
2 changed files with 21 additions and 6 deletions

View File

@@ -151,6 +151,7 @@ public class WmsStockIoController extends BaseController {
@RequestParam Integer status) {
return toAjax(iWmsStockIoService.updateStatus(stockIoId, status));
}
/**
* 扫码枪专用根据明细ID直接入库无需审核整单
*/