金属元素实体继承修改

This commit is contained in:
liss
2025-09-25 14:54:26 +08:00
parent aa0a77370b
commit a902e61b02
3 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,6 @@
-->
<select id="selectMaxCode" resultType="java.lang.String">
SELECT MAX(coding) FROM element
SELECT MAX(CDG) FROM sply_elem
</select>
</mapper>