安徽测试报告整改

This commit is contained in:
xy
2024-12-07 13:42:39 +08:00
parent da3e897fc2
commit ea70f0fc2c
5 changed files with 31 additions and 11 deletions

View File

@@ -52,6 +52,7 @@
left join supervision_temp_line_run_test
on supervision_temp_line_debug.id = supervision_temp_line_run_test.id
where supervision_temp_line_debug.status = 5
and (supervision_temp_line_run_test.state = 1 OR supervision_temp_line_run_test.state IS NULL)
and ${ew.sqlSegment}
</select>