This commit is contained in:
hongchao 2025-02-14 16:21:51 +08:00
parent a8af2538aa
commit 52b233f067
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
left join ma_machine mm on mm.ma_id = rad.ma_id
left join sys_user su on rad.repairer = su.user_id
left join ma_type mt2 on mt.parent_id = mt2.type_id
LEFT JOIN back_apply_info bai ON rd.back_id = bai.id
LEFT JOIN back_apply_info bai ON rad.back_id = bai.id
where
rad.task_id = #{taskId}
<if test="companyId != null and companyId != ''">