Compare commits

..

4 Commits

Author SHA1 Message Date
lvleigang 35e42a5e0b 物料对称修改 2025-04-23 11:02:18 +08:00
lvleigang 1ddb754e5d 物料对称修改 2025-04-22 14:53:49 +08:00
lvleigang d785e49f84 财报数据推送 2025-04-21 15:52:19 +08:00
lvleigang 82efd2a363 财报数据推送 2025-04-17 17:13:03 +08:00
2 changed files with 143 additions and 60 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()+"========");
} }
} }
} }