|
@@ -82,8 +82,6 @@
|
|
LEFT JOIN t_sb_info sbInfo on fee.sb_id = sbInfo.id
|
|
LEFT JOIN t_sb_info sbInfo on fee.sb_id = sbInfo.id
|
|
LEFT JOIN t_sb_type sbType on sbType.id = sbInfo.type_id
|
|
LEFT JOIN t_sb_type sbType on sbType.id = sbInfo.type_id
|
|
LEFT JOIN t_repair_application_form application on fee.repair_id = application.id
|
|
LEFT JOIN t_repair_application_form application on fee.repair_id = application.id
|
|
- <include refid="Base_Column_List"/>
|
|
|
|
- from t_repair_fee
|
|
|
|
- where id = #{id,jdbcType=VARCHAR}
|
|
|
|
|
|
+ where fee.id = #{id}
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|