Compare commits

..

No commits in common. "35e42a5e0b0043aa86cfd6a22e36cf996a632e83" and "960de47fb15e7730ee3ac3385534cc0754096a14" have entirely different histories.

2 changed files with 57 additions and 140 deletions

View File

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