for TDNvstfillform n list if !usergetQyOwnerIdequalsngetOwnerid continue; nsetDeletedtrue; tdNvstfillformMapperupdateTDNvstfillformn; boolean b = chec
// 遍历TDNvstfillform列表 for (TDNvstfillform n : list) { // 如果用户的QyOwnerId与当前TDNvstfillform的Ownerid不相等,则跳过本次循环 if (!user.getQyOwnerId().equals(n.getOwnerid())) continue; // 将当前TDNvstfillform的Deleted属性设置为true n.setDeleted(true); // 更新当前TDNvstfillform tdNvstfillformMapper.updateTDNvstfillform(n); } // 检查新任务 boolean b = checkNewTask(taskId); // 重新加载设备数量并更新 reloadDeviceCount(id, b);
原文地址: http://www.cveoy.top/t/topic/fqmi 著作权归作者所有。请勿转载和采集!