浏览代码

增加时间

459242451@qq.com 3 年之前
父节点
当前提交
4fa741a25c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ruoyi-zhdd/src/main/resources/mapper/zhdd/ResourceDetailMapper.xml

+ 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}, '%')