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

Merge branch 'master' of http://172.16.120.112:10080/jichaobo/fiveep

yq преди 3 години
родител
ревизия
c0db3c2610
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      fiveep-persistence/src/main/resources/mapper/mysql/DeviceAnalogVariableListMapper.xml

+ 0 - 2
fiveep-persistence/src/main/resources/mapper/mysql/DeviceAnalogVariableListMapper.xml

@@ -28,8 +28,6 @@
         left JOIN device_attribute AS c ON a.monitoring_equipment = c.id
         <where>
             a. STATUS = 1
-            AND b. ENABLE = 1
-            AND c. STATUS = 1
             <if test="siteId != null and siteId !=0">
                 and c.site_id = #{siteId}
             </if>