|
@@ -24,7 +24,6 @@
|
|
|
a.remark as mshu,d.ref_dict_code as spid
|
|
|
from order_repair_detail_reason a
|
|
|
left join order_repair_detail b on b.id=a.order_repair_detail_id
|
|
|
- left join order_repair_detail_reason c on c.order_repair_detail_id=a.order_repair_detail_id
|
|
|
left join sys_dict_ref d on d.dict_code = #{request.mainId} and d.brand_id = #{request.brandId} and d.dict_type='MAIN_TYPE'
|
|
|
where a.id = #{request.id}
|
|
|
</select>
|