Browse Source

Merge remote-tracking branch 'origin/mqy20260511' into mqy20260511

# Conflicts:
#	iot-platform/src/main/resources/mapper/SysrealtimeMapper.xml
mqy20260511
lenovo 4 days ago
parent
commit
e92ff9a928
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      iot-platform/src/main/resources/mapper/SysrealtimeMapper.xml

+ 1
- 1
iot-platform/src/main/resources/mapper/SysrealtimeMapper.xml View File

40
     <select id="selectAllKeys" resultType="String">
40
     <select id="selectAllKeys" resultType="String">
41
         SELECT k FROM `${tableName}`
41
         SELECT k FROM `${tableName}`
42
     </select>
42
     </select>
43
-</mapper>
43
+</mapper>

Loading…
Cancel
Save