Compare commits
No commits in common. "35e42a5e0b0043aa86cfd6a22e36cf996a632e83" and "960de47fb15e7730ee3ac3385534cc0754096a14" have entirely different histories.
35e42a5e0b
...
960de47fb1
|
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue