@ -280,7 +280,7 @@ public class InspectionTaskServiceImpl extends ServiceImpl<InspectionTaskMapper,
} else {
taskNo = "P_" + itemNumber + "_" + timeString;
}
String handle = "InspectionBO:" + site + "," + UUID.randomUUID().toString();
String handle = "InspectionBO:" + site + "," + taskNo;
InspectionTask task = new InspectionTask();
task.setHandle(handle);
task.setSite(site);