zhoupeng пре 2 година
родитељ
комит
e3443b3a86

+ 1 - 1
chaunyi_opc/opc_da/src/main/resources/mapper/RawDataDao.xml

@@ -116,7 +116,7 @@
     </select>
 
     <select id="getCursorRawDataList" resultType="com.example.opc_common.entity.CursorRawData">
-        <if test="itemList!= null and itemList.size() >0">
+        <if test="indexList!= null and indexList.size() >0">
             select
             <include refid="cursorRawData"/>
             from t_raw_data

+ 1 - 1
chaunyi_opc/opc_ua/src/main/resources/mapper/RawDataDao.xml

@@ -138,7 +138,7 @@
     </select>
 
     <select id="getCursorRawDataList" resultType="com.example.opc_common.entity.CursorRawData">
-        <if test="itemList!= null and itemList.size() >0">
+        <if test="indexList!= null and indexList.size() >0">
             select
             <include refid="cursorRawData"/>
             from t_raw_data