上架库存调整记录注释;

This commit is contained in:
王奎兴
2026-04-15 15:35:38 +08:00
parent 9e6357d6e6
commit 662123cdb6
2 changed files with 2 additions and 2 deletions
@@ -560,7 +560,7 @@ public class MaterialInventoryImpl extends ServiceImpl<MaterialInventoryMapper,
} }
@Override @Override
public void kctzjl(MaterialInventoryParamDO materialInventoryParamDO, public synchronized void kctzjl(MaterialInventoryParamDO materialInventoryParamDO,
String adjustAction,LoginUser loginUser) { String adjustAction,LoginUser loginUser) {
//库存调整记录 //库存调整记录
Long materialInventoryId = materialInventoryParamDO.getMaterialInventoryId(); Long materialInventoryId = materialInventoryParamDO.getMaterialInventoryId();
@@ -808,7 +808,7 @@ public class StockShelfOrderDomainService {
//库存调整记录 //库存调整记录
materialInventoryService.kctzjl(inventoryParamDO,"入库", loginUser); //materialInventoryService.kctzjl(inventoryParamDO,"入库", loginUser);
materialInventoryService.xgkc(inventoryParamDO); materialInventoryService.xgkc(inventoryParamDO);
} else if (materialInventoryPOS.size() == 1) { } else if (materialInventoryPOS.size() == 1) {
MaterialInventoryParamDO inventoryParamDO = new MaterialInventoryParamDO(); MaterialInventoryParamDO inventoryParamDO = new MaterialInventoryParamDO();