销售订单变更后推送到高压MES

This commit is contained in:
mzr 2025-10-11 15:13:35 +08:00
parent 3d15beb342
commit 1687efdaa6
1 changed files with 1 additions and 1 deletions

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());
}