修复bug
This commit is contained in:
parent
d15db7a932
commit
e3327b78d5
@ -527,7 +527,7 @@ public class DingtalkBusiness {
|
|||||||
}else{
|
}else{
|
||||||
logger.info("任务流转下一步");
|
logger.info("任务流转下一步");
|
||||||
cancelRecords = flowRecordService.selectLastFlowRecordsByIdAndFlowIndex(fromStaff.getResultRecord().getId()
|
cancelRecords = flowRecordService.selectLastFlowRecordsByIdAndFlowIndex(fromStaff.getResultRecord().getId()
|
||||||
, flowRecords.get(0).getFlowIndex().intValue() - 1, 0);//获取上一步的数据
|
, flowRecords.get(0).getFlowIndex().intValue() - 1, 1);//获取上一步的数据
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user