抢晒镜修改

This commit is contained in:
quyixiao 2020-11-23 18:08:52 +08:00
commit 5166225088

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);//获取上一步的数据
}
}