Преглед изворни кода

添加影像id查询显示影像信息

hxl13994548489 пре 1 година
родитељ
комит
552ab35a96

+ 2 - 1
src/main/resources/mapper/modules/admin/CustVehiclePhotoInfoMapper.xml

@@ -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>