Compare commits

..

No commits in common. "3968cc3053a67ee0545e7bd798d8736e149e2e55" and "c003b14186f929c1245d6c75e1eb9d3061aab067" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ public class MaterialToEpicMesListener implements IBusinessListener {
String eventType = event.getEventType();
Object[] objs = e.getObjs();
// EventType是事件编码 1002-新增后 1004-修改后 1071-状态由停用变为启用后 1069-状态由启用变为停用后 1061批改后
if ("1002".equals(eventType) || "1004".equals(eventType) || "1061".equals(eventType) ||
// EventType是事件编码 1002-新增后 1004-修改后 1071-状态由停用变为启用后 1069-状态由启用变为停用后
if ("1002".equals(eventType) || "1004".equals(eventType) ||
"1071".equals(eventType) || "1069".equals(eventType)) {
MaterialVO[] useVOs = ArrayClassConvertUtil.convert(objs, MaterialVO.class);
configParams = MyHelper.getConfigParams("Dldz-config", null);