master
philip 3 years ago
parent f0b8437c0b
commit 02afeb08b3

@ -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);

Loading…
Cancel
Save