소스 검색

增加时间

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