This commit is contained in:
parent
197dc87e5f
commit
8503c03d6a
|
|
@ -45,6 +45,7 @@ public class AfterApproveSyncQMSRule implements IRule<PMOAggVO> {
|
||||||
}
|
}
|
||||||
buildSyncData(pmoAggVOS);
|
buildSyncData(pmoAggVOS);
|
||||||
} catch (BusinessException e) {
|
} catch (BusinessException e) {
|
||||||
|
logger.error("箱变同步启源流程生产订单失败信息: " + e.getMessage(), e);
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue