This commit is contained in:
caozehui
2025-10-30 14:49:22 +08:00
parent 321ec97130
commit af4f000b13
2 changed files with 19 additions and 5 deletions

View File

@@ -1878,8 +1878,11 @@ public class ResultServiceImpl implements IResultService {
monitor.setRecordedResult(null);
monitor.setRecordedNum(null);
}
boolean flag = pqMonitorService.updateById(monitor);
return pqMonitorService.updateById(monitor);
pqDevService.updateResult(split[0], null);
return flag;
}
@Override