修复获取record的bug
This commit is contained in:
parent
cc37255a5b
commit
003642096d
@ -992,7 +992,7 @@ public class DingtalkBusiness {
|
||||
|
||||
for (FlowRecord flowRecord:flowRecords
|
||||
) {
|
||||
ResultRecord record = mapReords.get(flowRecord.getId());
|
||||
ResultRecord record = mapReords.get(flowRecord.getRecordId());
|
||||
StaffEntity info = mapStaffs.get(flowRecord.getApprovalStaffId());
|
||||
if(record != null && info != null){
|
||||
String url = homeUrl;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user