@@ -143,7 +143,8 @@
bus_indx,
bus_source,
file_name,
- attach_sorts,
+ file_type,
+ attach_sorts
)values
<foreach collection="list" item="item" index="index" open="" close="" separator=",">
(
@@ -194,6 +195,6 @@
</delete>
<select id="selectDataAttachPathByBusId" resultType="String" parameterType="String">
- select attach_path, attach_sorts from centerdata_t_attach where bus_id = #{busId}
+ select attach_path from centerdata_t_attach where bus_id = #{busId} order by attach_sorts
</select>
</mapper>