修复获取record的bug

This commit is contained in:
wulin 2020-12-17 10:34:59 +08:00
parent cc37255a5b
commit 003642096d

View File

@ -992,7 +992,7 @@ public class DingtalkBusiness {
for (FlowRecord flowRecord:flowRecords for (FlowRecord flowRecord:flowRecords
) { ) {
ResultRecord record = mapReords.get(flowRecord.getId()); ResultRecord record = mapReords.get(flowRecord.getRecordId());
StaffEntity info = mapStaffs.get(flowRecord.getApprovalStaffId()); StaffEntity info = mapStaffs.get(flowRecord.getApprovalStaffId());
if(record != null && info != null){ if(record != null && info != null){
String url = homeUrl; String url = homeUrl;