浏览代码

Merge remote-tracking branch 'origin/eta/1.8.3' into debug

Roc 9 月之前
父节点
当前提交
b9b420a563
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/report_approve/report_approve_flow.go

+ 1 - 0
models/report_approve/report_approve_flow.go

@@ -364,6 +364,7 @@ func FormatFlowAndNodesItem2Detail(flowItem *ReportApproveFlow, nodeItems []*Rep
 	detail.ReportType = flowItem.ReportType
 	detail.ClassifyFirstId = flowItem.ClassifyFirstId
 	detail.ClassifySecondId = flowItem.ClassifySecondId
+	detail.ClassifyThirdId = flowItem.ClassifyThirdId
 	detail.CreateTime = utils.TimeTransferString(utils.FormatDateTime, flowItem.CreateTime)
 	detail.ModifyTime = utils.TimeTransferString(utils.FormatDateTime, flowItem.ModifyTime)
 	detail.Nodes = make([]*ReportApproveNodeItem, 0)