修改推送高压时机

This commit is contained in:
lihao 2025-09-25 09:01:49 +08:00
parent a2a6b053b0
commit 8ba911facd
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ public class ApproveSaleOrderAction {
// 在审批后推送到QMS系统
processer.addAfterRule(new AfterApprovingSynchronizeRuleQMS());
// 在审批后推送到高压MES
// processer.addAfterRule(new AfterSoSyncRuleGyMes());
processer.addAfterRule(new AfterSoSyncRuleGyMes());
}
private boolean isExistDelivery(String ctranstype) {

View File

@ -42,7 +42,7 @@ public class UpdateSaleOrderAction {
processer.addAfterRule(new NullRule());
processer.addAfterRule(new CompareDimensionModifyRule());
// 在变更后推送到高压MES
processer.addAfterRule(new AfterSoSyncRuleGyMes());
// processer.addAfterRule(new AfterSoSyncRuleGyMes());
}