工厂配置编码自动生成

This commit is contained in:
liss
2025-09-26 10:06:11 +08:00
parent 8f677c0b4c
commit ecd27a3510

View File

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