定损查询增加任务状态

This commit is contained in:
bonus 2025-10-30 17:54:59 +08:00
parent e06533339c
commit db56b45f4a
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@
rad.level as level
from repair_apply_details rad
left join tm_task tt on rad.task_id = tt.task_id
where rad.task_id = #{taskId}
where rad.task_id = #{taskId} and tt.task_status = 0
and rad.is_ds = 1
</select>