Kaynağa Gözat

增加时间

459242451@qq.com 3 yıl önce
ebeveyn
işleme
4fa741a25c

+ 2 - 1
ruoyi-zhdd/src/main/resources/mapper/zhdd/ResourceDetailMapper.xml

@@ -30,7 +30,8 @@
                         contact_name  contactName,
                         contact_phone contactPhone,
                         car_type      carType,
-                        location_type locationType
+                        location_type locationType,
+                        update_time   updateTime
         from b_resource_detail t1
                  left join b_resource t2 on t1.resource_id = t2.id
         where t1.name like concat('%', #{name}, '%')