|
|
@@ -74,7 +74,7 @@ public class ProcessAuditServiceImpl extends ServiceImpl<ProcessAuditMapper, Pro
|
|
74
|
74
|
row = jsonArray.getJSONObject(i);
|
|
75
|
75
|
Integer subId = (Integer) row.get("id");//子流程id
|
|
76
|
76
|
Integer subData = (Integer) row.get("sub_data");//子流程数据
|
|
77
|
|
- String operationTime = (String) row.get("operation_time");//子流程的操作时间
|
|
|
77
|
+ String operationTime = (String) row.get("operationTime");//子流程的操作时间
|
|
78
|
78
|
|
|
79
|
79
|
ProcessAudit processAudit = new ProcessAudit();
|
|
80
|
80
|
processAudit.setType(type);
|