修复bug

This commit is contained in:
wulin 2020-11-23 16:37:13 +08:00
parent d15db7a932
commit e3327b78d5

View File

@ -527,7 +527,7 @@ public class DingtalkBusiness {
}else{
logger.info("任务流转下一步");
cancelRecords = flowRecordService.selectLastFlowRecordsByIdAndFlowIndex(fromStaff.getResultRecord().getId()
, flowRecords.get(0).getFlowIndex().intValue() - 1, 0);//获取上一步的数据
, flowRecords.get(0).getFlowIndex().intValue() - 1, 1);//获取上一步的数据
}
}