Преглед на файлове

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

hxl13994548489 преди 1 година
родител
ревизия
552ab35a96
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/main/resources/mapper/modules/admin/CustVehiclePhotoInfoMapper.xml

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