|
@@ -16,7 +16,7 @@
|
|
|
left join sys_dict_ref c on c.dict_code=a.main_id and c.brand_id = #{request.brandId} and c.dict_type='MAIN_TYPE'
|
|
|
left join sys_dict_ref d on d.dict_code=a.small_id and d.brand_id = #{request.brandId} and d.dict_type='SMALL_TYPE'
|
|
|
left join sys_dict_ref e on e.dict_code=a.series_id and e.brand_id = #{request.brandId} and e.dict_type='SERIES'
|
|
|
- left join product f on f.jxid = a.product_id
|
|
|
+ left join product f on f.product_id = a.product_id
|
|
|
left join repair_bug i on i.main_id=a.main_id and i.bug_obj=a.fault_reason
|
|
|
where a.id = #{request.id}
|
|
|
</select>
|