소스 검색

调整首页逻辑

guoqiang 7 달 전
부모
커밋
83db728aa5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jeecg-module-gather/src/main/java/org/jeecg/modules/deviceLog/mapper/xml/DeviceMapper.xml

+ 2 - 2
jeecg-module-gather/src/main/java/org/jeecg/modules/deviceLog/mapper/xml/DeviceMapper.xml

@@ -3,11 +3,11 @@
 <mapper namespace="org.jeecg.modules.deviceLog.mapper.DeviceMapper">
 
     <select id="listAll" resultType="org.jeecg.modules.deviceLog.entity.Device">
-        select id,device_title as name, device_code as code, device_gather as deviceType,'0' as useStatus,freq,status
+        select id,device_title as name, device_gather as deviceType,'0' as useStatus,freq,status
         from device_gather_service
     </select>
     <select id="listStop" resultType="org.jeecg.modules.deviceLog.entity.Device">
-        select id,device_title as name, device_code as code, device_gather as deviceType,'0' as useStatus,freq,status
+        select id,device_title as name, device_gather as deviceType,'0' as useStatus,freq,status
         from device_gather_service
         where status = '1'
     </select>