|
@@ -52,7 +52,7 @@ public interface IRenovationPartsDetailMapper extends IBaseMapper<RenovationPart
|
|
|
"LEFT JOIN `tb_renovation_parts_type` c ON c.id = a.parts_type_id " +
|
|
|
"LEFT JOIN `tb_renovation_parts` d ON d.id = c.parts_id " +
|
|
|
"LEFT JOIN `tb_renovation_parts_color` e ON e.id = a.parts_color_id " +
|
|
|
- "LEFT JOIN `tb_renovation_parts_classify` f ON f.id = a.parts_style_id " +
|
|
|
+ "LEFT JOIN `tb_renovation_parts_classify` f ON f.id = a.parts_classify_id " +
|
|
|
"LEFT JOIN `tb_renovation_parts_attaching` g ON g.parts_detail_id = a.id " +
|
|
|
" WHERE a.rec_status = 'A' " +
|
|
|
"<if test= 'param.userId != null'> " +
|