@@ -28,7 +28,8 @@
<select id="findImgList" resultType="com.ydtech.modules.order.entity.dto.InsTaskImagesDto">
select
type as imageType,
- net_url as url
+ net_url as url,
+ image_id as imageId
from cust_vehicle_photo_info
where sub_order_no = #{ subOrderNo}
</select>