@@ -40,4 +40,10 @@
</if>
</where>
</select>
+
+ <select id="getPictureList" resultType="java.lang.String">
+ select concat( b.config_value, a.attach_path ) url
+ from ${dataDB}.centerdata_t_attach a,${systemDB}.sys_config b
+ where a.bus_id = #{busId} and b.config_key = 'fileUrl'
+ </select>
</mapper>