This commit is contained in:
2023-08-26 09:48:06 +08:00
7 changed files with 55 additions and 5 deletions

View File

@@ -399,4 +399,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</if>
</select>
<select id="getMaxNumPileInfo" resultMap="PileBasicInfoResult">
select
max(id),
sn
from
pile_basic_info
</select>
</mapper>