This commit is contained in:
mzr 2025-10-13 10:15:59 +08:00
parent 197dc87e5f
commit 8503c03d6a
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class AfterApproveSyncQMSRule implements IRule<PMOAggVO> {
}
buildSyncData(pmoAggVOS);
} catch (BusinessException e) {
logger.error("箱变同步启源流程生产订单失败信息: " + e.getMessage(), e);
throw new RuntimeException(e);
}
}