فهرست منبع

变量导出2

jichaobo 3 سال پیش
والد
کامیت
82e9446142
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

@@ -60,8 +60,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>