委外订单/采购订单推送添加vbdef6合同编号

This commit is contained in:
李正@用友 2025-06-09 08:54:59 +08:00
parent 0fd4575f95
commit 545167fa69
4 changed files with 3 additions and 7 deletions

View File

@ -55,7 +55,7 @@ public class AfterApprovingSynchronizeRuleRZ implements IRule<OrderVO> {
// 推送到睿智系统
pushToRZMOM(newOrderVOS.toArray(new OrderVO[0]));
} catch (Exception e) {
log.error("同步采购订单到睿智系统失败: " + e.getMessage());
log.error("同步采购订单到锐制系统失败: " + e.getMessage());
ExceptionUtils.wrappException(e);
}
}

View File

@ -10,10 +10,6 @@ import nc.impl.pubapp.pattern.rule.IRule;
import nc.jdbc.framework.processor.ColumnProcessor;
import nc.pubitf.para.SysInitQuery;
import nc.vo.bd.defdoc.DefdocVO;
import nc.vo.bd.material.MaterialVO;
import nc.vo.bd.psn.PsndocVO;
import nc.vo.bd.stordoc.StordocVO;
import nc.vo.bd.supplier.SupplierVO;
import nc.vo.cmp.util.StringUtils;
import nc.vo.org.OrgVO;
import nc.vo.pub.BusinessException;

View File

@ -45,7 +45,7 @@ public class SCOrderApproveAction {
prcr.addAfterRule(new ApproveSupplyRule());
prcr.addAfterRule(new SCOrderApprovePMSupplyRule());
//2025年5月18日15点12分-- 互感器委外订单审批推送RZ系统
//2025年5月18日15点12分-- 互感器委外订单审批推送锐制系统
prcr.addAfterRule(new AfterApproceRuleSyncRZWMSProcess());
}