mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 生成桩号缓存
This commit is contained in:
@@ -402,9 +402,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="getMaxNumPileInfo" resultMap="PileBasicInfoResult">
|
||||
select
|
||||
max(id),
|
||||
id,
|
||||
sn
|
||||
from
|
||||
pile_basic_info
|
||||
order by
|
||||
id desc
|
||||
limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user