fix:物料盘点出入库因事务将private改为public

This commit is contained in:
shusir
2026-03-26 10:22:57 +08:00
parent 0f288f65a4
commit b93a5741a1

View File

@@ -1081,7 +1081,7 @@ public class MaterialLifecycleServiceImpl implements MaterialLifecycleService ,
* @param lfcId 流程id
*/
@Transactional
private void inventoryCheckPassHandle(Long lfcId) {
public void inventoryCheckPassHandle(Long lfcId) {
MaterialLifecycleDO lifecycleDO = this.getMaterialLifecycle(lfcId);
// 不在库的入库
this.addInboundByInventoryCheck(lifecycleDO);