hfxc226 2 years ago
parent
commit
4035244ffa
1 changed files with 1 additions and 3 deletions
  1. 1 3
      platform-dao/src/main/resources/mapper/repair/RepairFeeMapper.xml

+ 1 - 3
platform-dao/src/main/resources/mapper/repair/RepairFeeMapper.xml

@@ -82,8 +82,6 @@
         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_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>
 </mapper>