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

This commit is contained in:
潘荣晟
2025-09-28 15:11:53 +08:00
13 changed files with 110 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
-->
<select id="selectMaxCode" resultType="java.lang.String">
SELECT max(CDG) FROM SPLY_WEH
SELECT max(CDG) FROM sply_wrh
</select>
</mapper>