物料对称修改
This commit is contained in:
parent
1ddb754e5d
commit
35e42a5e0b
|
@ -57,7 +57,7 @@ public class ZjMaterielSynchronizationEventPluginInitializer extends PluginBaseE
|
||||||
return zjMaterielSynchronizationEventService.materielSynchronization(requestJson);
|
return zjMaterielSynchronizationEventService.materielSynchronization(requestJson);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.info("======物料档案同步失败:{}========", e.getMessage());
|
logger.info("======物料档案同步失败:{}========", e.getMessage());
|
||||||
return BaseResult.getFailureMessageEntity("======物料档案同步失败:{}========", e.getMessage());
|
return BaseResult.getFailureMessageEntity("======物料档案同步失败:"+e.getMessage()+"========");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue