修改推送高压时机
This commit is contained in:
parent
a2a6b053b0
commit
8ba911facd
|
|
@ -170,7 +170,7 @@ public class ApproveSaleOrderAction {
|
||||||
// 在审批后推送到QMS系统
|
// 在审批后推送到QMS系统
|
||||||
processer.addAfterRule(new AfterApprovingSynchronizeRuleQMS());
|
processer.addAfterRule(new AfterApprovingSynchronizeRuleQMS());
|
||||||
// 在审批后推送到高压MES
|
// 在审批后推送到高压MES
|
||||||
// processer.addAfterRule(new AfterSoSyncRuleGyMes());
|
processer.addAfterRule(new AfterSoSyncRuleGyMes());
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isExistDelivery(String ctranstype) {
|
private boolean isExistDelivery(String ctranstype) {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ public class UpdateSaleOrderAction {
|
||||||
processer.addAfterRule(new NullRule());
|
processer.addAfterRule(new NullRule());
|
||||||
processer.addAfterRule(new CompareDimensionModifyRule());
|
processer.addAfterRule(new CompareDimensionModifyRule());
|
||||||
// 在变更后推送到高压MES
|
// 在变更后推送到高压MES
|
||||||
processer.addAfterRule(new AfterSoSyncRuleGyMes());
|
// processer.addAfterRule(new AfterSoSyncRuleGyMes());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue