Compare commits
4 Commits
960de47fb1
...
35e42a5e0b
Author | SHA1 | Date |
---|---|---|
|
35e42a5e0b | |
|
1ddb754e5d | |
|
d785e49f84 | |
|
82efd2a363 |
|
@ -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