提交 bc90e6eb authored 作者: 刘海泉's avatar 刘海泉

增加数媒宝和马上来供应链sdk对接的接口逻辑

上级 4df86092
...@@ -56,6 +56,8 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio ...@@ -56,6 +56,8 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio
@Override @Override
public Result<String> smbSyncExceptionReportInfo(SmbSyncExceptionReportInfoAction action) { public Result<String> smbSyncExceptionReportInfo(SmbSyncExceptionReportInfoAction action) {
OrderChildExceptionReport report = orderChildExceptionReportStruct.convertInfoSmbAction(action); OrderChildExceptionReport report = orderChildExceptionReportStruct.convertInfoSmbAction(action);
report.setExceptionCategory(action.getOneLevelName());
report.setExceptionType(action.getTwoLevelName() + action.getThreeLevelName());
return Result.ok(saveExceptionReportInfo(report, SyncPlatformEnum.Source.TRADE_PLATFORM.getCode())); return Result.ok(saveExceptionReportInfo(report, SyncPlatformEnum.Source.TRADE_PLATFORM.getCode()));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论