去掉库区库位

This commit is contained in:
zhou-hongcheng
2026-01-24 11:37:12 +08:00
parent b3eb3f9963
commit 276138394e
2 changed files with 5 additions and 4 deletions
@@ -67,10 +67,10 @@ public class MaterialGoodsRuleDomainService {
}
//封装批次信息
batchParam(materialGoodsRuleDO);
//封装库区信息
storageSectionParam(materialGoodsRuleDO);
//封装库位信息
storageLocationParam(materialGoodsRuleDO);
// //封装库区信息
// storageSectionParam(materialGoodsRuleDO);
// //封装库位信息
// storageLocationParam(materialGoodsRuleDO);
return materialGoodsRuleService.update(materialGoodsRuleDO);
}