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

修改异常操作日志内容未显示的问题

上级 d6daeafe
......@@ -362,8 +362,8 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio
OrderChildExceptionReportDealLog::getReportNo, report.getReportNo());
if(limitOneByField.isPresent()) {
OrderChildExceptionReportDealLog dealLog = limitOneByField.get();
vo.setAppealPictureUrlList(JSON.parseArray(dealLog.getVideoUrl(),String.class));
vo.setAppealVideoUrlList(JSON.parseArray(dealLog.getPictureUrl(),String.class));
vo.setAppealPictureUrlList(JSON.parseArray(dealLog.getPictureUrl(),String.class));
vo.setAppealVideoUrlList(JSON.parseArray(dealLog.getVideoUrl(),String.class));
}
List<OrderChildExceptionReportOperationLog> list = orderChildExceptionReportOperationLogDao.listByField(
OrderChildExceptionReportOperationLog::getReportNo, report.getReportNo());
......
......@@ -21,7 +21,7 @@ public class OrderChildExceptionReportOperationLogVO {
private String typeMsg;
@Schema(description = "操作事项")
private String getTypeMsg(){
public String getTypeMsg(){
return CarrierExceptionLogEnum.Type.getMsgByCode(type);
}
//操作事项编码
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论