提交修改
This commit is contained in:
parent
94e54af6a3
commit
9f1f70ba4b
@ -1198,7 +1198,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
||||
}
|
||||
if(currentResultRecord !=null){
|
||||
if(StringUtil.isNotBlank(currentResultRecord.getFlowStaffIdRole())){
|
||||
auth = getAuth(currentFlowRecord.getFlowStaffIdRole());
|
||||
auth = getAuth(currentResultRecord.getFlowStaffIdRole());
|
||||
flowRecordId = currentResultRecord.getId();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user